|\^/|     Maple V Release 5 (WMI Campus Wide License)
._|\|   |/|_. Copyright (c) 1981-1997 by Waterloo Maple Inc. All rights
 \  MAPLE  /  reserved. Maple and Maple V are registered trademarks of
 <____ ____>  Waterloo Maple Inc.
      |       Type ? for help.
# 
# phi and the number of the beast
# http://users.aol.com/s6sj7gt/mike666.htm
#
# Phi in the Bible
# http://evolutionoftruth.com/goldensection/bible.htm
#
# Revelations 13:18, speaking of the Anti-Christ, says the following: 
# "This calls for wisdom. If anyone has insight, let him calculate the 
# number of the beast, for it is a man's number. His number is 666."
#
# to check phi = -2*sin(666);
#
> simplify((sqrt(5)+1)/2 + 2*sin(666*Pi/180));
                                       0

#
# to check phi = -2*cos(6*6*6);
#
> simplify((sqrt(5)+1)/2 + 2*cos(6*6*6*Pi/180));
                                       0

#
# and
#
> simplify((sqrt(5)+1)/2 + sin(666*Pi/180) + cos(6*6*6*Pi/180));
                                       0

> quit
bytes used=222268, alloc=262096, time=0.01