解答を見る
解答作成者: 門 直之
入試情報
大学名 |
東京女子医科大学 |
学科・方式 |
医学部 |
年度 |
2006年度 |
問No |
問3 |
学部 |
医学部
|
カテゴリ |
三角関数
|
状態 |
 |
\documentclass{jsarticle}
\usepackage{amsmath}
\begin{document}
\makeatletter
\newcommand{\LEQQ}{\mathrel{\mathpalette\gl@align<}}
\newcommand{\GEQQ}{\mathrel{\mathpalette\gl@align>}}
\newcommand{\gl@align}[2]{\lower.6ex\vbox{\baselineskip\z@skip\lineskip\z@
\ialign{$\m@th#1\hfil##\hfil$\crcr#2\crcr=\crcr}}}
\makeatother
\begin{flushleft}
$0 \LEQQ x \LEQQ 3$,$0 \LEQQ y \LEQQ 3$ の範囲で,$\sin{\pi x}=\sin{\pi y}$ をみたす点 $(x,y)$ 全体を図示せよ。
\end{flushleft}
\end{document}