playground:playground
Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
Prossima revisione | Revisione precedente | ||
playground:playground [2020/04/26 15:05] – creata admin | playground:playground [2020/07/03 15:57] (versione attuale) – modifica esterna 127.0.0.1 | ||
---|---|---|---|
Linea 7: | Linea 7: | ||
d = diagonale | d = diagonale | ||
- | `d = radq((B-b)^2 - h^2))` | + | |
+ | |||
+ | `2.594 = sqrt (1.2^2 + (B-b)^2)` | ||
+ | |||
+ | quindi | ||
+ | |||
+ | `B-b=sqrt(2.594^2 - 1.2^2)` | ||
+ | |||
+ | e | ||
+ | |||
+ | `b = B - sqrt(2.594^2 - 1.2^2) = 2.9 - sqrt(2.594^2 - 1.2^2) = 0.6` | ||
+ | |||
+ | |||
+ | `d = radq((B-b)^2 | ||
+ | |||
+ | quindi | ||
+ | |||
+ | `d^2 = (B-b)^2 + h^2` | ||
+ | |||
+ | `2.594^2 = (2.9 - b)^2 + 1.2^2` | ||
+ | |||
+ | `(2.9 - b)^2 = 2,594^2 - 1.2^2` | ||
+ | |||
+ | `2.9 - b = sqrt(2, | ||
+ | |||
+ | `b = 2.9 - 2.299 = 0.6` |
playground/playground.1587913515.txt.gz · Ultima modifica: 2020/07/03 15:58 (modifica esterna)