User Tools

Site Tools


urp:geometry

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
urp:geometry [2021-10-16]
nerf_herder
urp:geometry [2021-11-17] (current)
nerf_herder
Line 5: Line 5:
   * [[Circles|Circles,​ Chords, etc]]   * [[Circles|Circles,​ Chords, etc]]
   * [[Polygons]]   * [[Polygons]]
-  * [[Graphing|Graphing curvescirclesetc.]]+  
 +=== misc === 
 +Truth tables: 
 +first columns : True/False values of the variables, such as p, q, or p' or ~p for inverse values. Next columns are logic combinations of the variables 
 + 
 +p | q | p ⋂ q | p ⋃ q| p => q | 
 +| T | T | T | T | T | 
 +| T | F | F | T | F | 
 +| F | T | F | T | T | 
 +| F | F | F | F | T | 
 + 
 +p => q means condition p implies condition q. If p is true, then an implication can be drawn or not, depending on q. If p is false, then an implication cannot be ruled outregardless of qso it is left as true. 
  
 === See Also === === See Also ===
urp/geometry.1634418368.txt.gz · Last modified: 2021-10-16 by nerf_herder