21 lines
424 B
Plaintext
21 lines
424 B
Plaintext
|
|
x=t**2+5/m
|
|
m=3
|
|
x=4
|
|
t=?
|
|
solve(t)
|
|
form=solve(t)
|
|
|
|
|
|
ip=IP4(10.1.1.1,20)
|
|
ip.BroadcastAddress()
|
|
|
|
# Test LATEX
|
|
$$Brix = \frac{Brix_{syrup} \cdot \delta_{syrup} + (Brix_{water} \cdot \delta_{water} \cdot Rateo)}{\delta_{syrup} + \delta_{water} \cdot Rateo}$$
|
|
$$Brix = \frac{Solid_Weight}{Total_Weight}$$
|
|
$$\delta = \frac{W}{V} \Rightarrow W = \delta \cdot V$$
|
|
$$Brix_{Bev} = \frac{Brix_{syr} + Brix_{H_2O} \cdot R_M}{R_M + 1}$$
|
|
|
|
|
|
|