Image:Cevastheorem.jpg

From Wikipedia, the free encyclopedia

Picture for Ceva's_Theorem.

The Mathematica code which produced this diagram:

a = {0, 0};
b = {3, 2};
c = {5, 0};
\[Lambda] = 2;
\[Mu] = .5;
p = (b + \[Lambda] c)/(1 + \[Lambda]);
q = (c + \[Mu] a)/(1 + \[Mu]);
r = (\[Lambda] \[Mu] a + b)/(1 + \[Lambda] \[Mu]);
\[Lambda] = \[Mu] + 1/\[Lambda];
x = (c + \[Lambda] r)/(1 + \[Lambda]);
\[Lambda] = 20;
Show[Graphics[{
      Line[{a, b, c, a}],
      Text["A", (\[Lambda] a - p)/(\[Lambda] - 1)],
      Text["B", (\[Lambda] b - q)/(\[Lambda] - 1)],
      Text["C", (\[Lambda] c - r)/(\[Lambda] - 1)],
      Line[{a, p}],
      Line[{b, q}],
      Line[{c, r}],
      Text["D", (\[Lambda] p - a)/(\[Lambda] - 1)],
      Text["E", (\[Lambda] q - b)/(\[Lambda] - 1)],
      Text["F", (\[Lambda] r - c)/(\[Lambda] - 1)],
      PointSize[.008],
      Point[x],
      Text["X", x + {.1, .1}]
      }], TextStyle -> {FontSize -> 30, FontFamily -> Times},
  AspectRatio -> Automatic, PlotRange -> All]

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current06:53, 8 April 20051,144×467 (22 KB)Stewbasic (Talk | contribs) (Picture for Ceva's_Theorem. )

No pages on the English Wikipedia link to this file. (Pages on other projects are not counted.)