Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/PVS/vectors/   (PVS Prover 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



Messung V0.5 in Prozent
C=94 H=100 G=96

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-15) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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 und die Messung sind noch experimentell.