Compare commits
3 Commits
5119bdcb2d
...
quantum
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d8782a03b | |||
| 48e7abd47e | |||
| 7922c2accc |
@ -7,5 +7,5 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
#problem()
|
#problem()
|
||||||
$n$ black and $n$ white points are randomly distributed on a plane. No three points are colinear.\
|
$n$ black and $n$ white points are randomly distributed on a plane. No three points are collinear.\
|
||||||
Show that it is always possible draw $n$ nonintersecting lines between pairs of points of different colors.
|
Show that it is always possible draw $n$ nonintersecting lines between pairs of points of different colors.
|
||||||
|
|||||||
@ -76,7 +76,7 @@ All integrals are of the form $integral_a^b 1 #h(1mm) d x$.
|
|||||||
|
|
||||||
|
|
||||||
#v(5mm)
|
#v(5mm)
|
||||||
Finally, use this recusion to find that
|
Finally, use this recursion to find that
|
||||||
$f_0, f_1, ..., f_7 = 1, 0, -1, -4, -13, -40, -121, -364$
|
$f_0, f_1, ..., f_7 = 1, 0, -1, -4, -13, -40, -121, -364$
|
||||||
|
|
||||||
One can also find an explicit formula for $g_n$:
|
One can also find an explicit formula for $g_n$:
|
||||||
|
|||||||
Reference in New Issue
Block a user