0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【005_ケプラー予想】コマ大数学科

Posted at

【005_ケプラー予想】コマ大数学科

最密度充填問題,パッキングの問題

直径5cmの缶は縦10cm,横502.5cmの枠に何本入るか。

image.png

\begin{tikzpicture}
  % ==階段,放物線,
  % 線を引く
  \\
  \draw [very thick] (0,0) coordinate (O) rectangle (15,2) coordinate (B);
  \coordinate (A) at (15,0);
  \coordinate (C) at (0,2);
  \draw [very thick] (14.5,2.5) coordinate (O1) circle (0.5);
  \draw [dashed](0.5,0.5) circle (0.5);
  \draw [dashed](1.5,0.5) circle (0.5);
  \draw (0,0) rectangle (0.2,0.2);
  \draw (0,1.8) rectangle (0.2,2);
  \draw (14.8,0) rectangle (15,0.2);
  \draw (14.8,1.8) rectangle (15,2);
  \draw (A).. controls ($(A)!.2!(B)!10pt!270:(B)$) and ($(A)!.8!(B)!10pt!270:(B)$) .. (B) node [midway, sloped, fill=white] {$10$cm};
  \draw (O).. controls ($(O)!.2!(A)!15pt!270:(A)$) and ($(O)!.8!(A)!15pt!270:(A)$) .. (A) node [midway, sloped, fill=white] {$502.5$cm};

\end{tikzpicture}
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?