Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/PVS/vectors/   (Beweissystem der NASA Version 6.0.9©)  Datei vom 28.9.2014 mit Größe 627 B image not shown  

Quelle  vect_trig_2D.pvs   Sprache: PVS

 
vect_trig_2D: THEORY
BEGIN

  IMPORTING det_2D

  u,v : VAR Nz_vector

  % sin(u,v) provides the sin of the angle from u to v (counter-clockwise)
  % cos(u,v) provides the cos of the angle from u to v (any direction) 

  sin(u,v): real = det(u,v)/(norm(u)*norm(v))

  cos(u,v): real = u*v/(norm(u)*norm(v))

  trig_range  : TYPE = {x:real | -1 <= x AND x <= 1}

  sin_range   : JUDGEMENT sin(u,v) HAS_TYPE trig_range

  cos_range   : JUDGEMENT cos(u,v) HAS_TYPE trig_range

  sin2_cos2: THEOREM sq(sin(u,v)) + sq(cos(u,v)) = 1

  sin_asym: LEMMA sin(u,v) = -sin(v,u)
 
  cos_symm: LEMMA cos(u,v) = cos(v,u)

END vect_trig_2D


100%


¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.