Version con Pyside basica
This commit is contained in:
parent
bb82098608
commit
efbc6a5b52
|
@ -1,8 +1,8 @@
|
|||
# Calculo de Horas
|
||||
horas=72
|
||||
t=36
|
||||
horas*t
|
||||
|
||||
t=sqrt((y*8-25))/e
|
||||
$$Brix = \frac{Brix_{syrup} \cdot \delta_{syrup} + (Brix_{water} \cdot \delta_{water} \cdot Rateo)}{\delta_{syrup} + \delta_{water} \cdot Rateo}$$
|
||||
|
||||
|
||||
m=((sqrt(t)/(2+8))/e**2+sqrt(k**w))/((sqrt(t)/(2+8))/e**2+sqrt(k**(w+2)))
|
||||
|
||||
t=?
|
||||
|
||||
|
|
|
@ -1,6 +1,15 @@
|
|||
{
|
||||
"window_geometry": "1400x800+52+52",
|
||||
"window_geometry": {
|
||||
"x": 393,
|
||||
"y": 234,
|
||||
"width": 1000,
|
||||
"height": 700
|
||||
},
|
||||
"debug_mode": false,
|
||||
"latex_panel_visible": true,
|
||||
"sash_pos_x": 450
|
||||
"sash_pos_x": 450,
|
||||
"splitter_sizes": [
|
||||
284,
|
||||
210
|
||||
]
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue