File: angles.euk

package info (click to toggle)
xeukleides 0.9.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 692 kB
  • ctags: 655
  • sloc: ansic: 3,704; yacc: 1,434; lex: 894; makefile: 178
file content (19 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% This figure was an illustration for an exercice about
% the sum of the angles "alpha" and "beta".
% Copyright (c) Christian Obrecht 2001

frame(-1,-.7,7.5,3.5)

A X Y right(7,3); A B C right(5,2)

draw(segment(A,X))
draw(segment(A,Y))
draw(segment(B,C))

draw("25",segment(A,B),-90:)
draw("10",segment(A,C),180:)
draw("$\alpha$",C,.7,35:)
draw("$\beta$",B,.7,90:)

color(gray)
mark(B,A,C,right) ; mark(X,B,C); mark(B,C,Y)