-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.tex
More file actions
57 lines (30 loc) · 1.39 KB
/
Copy pathexample.tex
File metadata and controls
57 lines (30 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
\documentclass{article}
\usepackage{xcolor, ifthen, enumerate}
% The following are some standard optional packages
\usepackage{latexsym,amsfonts,amsthm,amssymb,amsmath}
\input{moodle.sty}
\newcommand{\QQ}{\mathbb Q}
\newcommand{\ZZ}{\mathbb Z}
\newcommand{\RR}{\mathbb R}
\newcommand{\CC}{\mathbb C}
\newcommand{\al}{\alpha}
\showinfo
\begin{document}
\moodlecat{week1} %all the following questions will be in moodle category "week1" after importing to moodle.
\begin{problem}
Which of the following is not a field:
\bad The set of all rational functions with rational coefficients (i.e.~all expressions of the form $\frac{a}{b}$ where $a,b\in \QQ[X]$)
\bad The set of all rational functions with integer coefficients (i.e.~all expressions of the form $\frac{a}{b}$ where $a,b\in \ZZ[X]$)
\good The set of all functions $\al\colon\{0,1\} \to \QQ$.
\bad The set of all complex numbers of the form $a +bi$ where $a,b\in \QQ$.
\bad The ring $k[X,Y]/I$, where $I$ is the ideal generated by $X$ and $Y$.
\end{problem}
\begin{problem}
Which of the following ideals is not principal?
\bad The ideal generated by $2$ and $4$ in $\ZZ$
\bad The ideal generated by $X+XY$ and $X$ in $\CC[X,Y]$
\bad The ideal generated by $X+XY$, $X$ and $ZYX$ in $\RR[X,Y,Z]$
\good The ideal generated by $X$ and $YZ$ in $\QQ[X,Y,Z]$
\bad The ideal generated by $2$ and $4$ in $\ZZ/6\ZZ$
\end{problem}
\end{document}