-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathkemia.html
More file actions
67 lines (59 loc) · 2.06 KB
/
kemia.html
File metadata and controls
67 lines (59 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!---PÄÄDOKUMENTTIIN KOPIOITAVA OSA ALKAA -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Avoin taulukkokirja | Kemia</title>
<meta charset="utf-8"/>
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Open+Sans:300:latin' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<link rel="stylesheet" type="text/css" href="tyyli.css">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
processEscapes: true
}
});
</script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
MathJax.Hub.Config({
jax: ["input/TeX","output/HTML-CSS"],
displayAlign: "center"
});
</script>
</head>
<body>
<!---PÄÄDOKUMENTTIIN KOPIOITAVA OSA LOPPUU -->
<!---PÄÄDOKUMENTTIIN KOPIOITAVA OSA ALKAA -->
<h1>Kaavoja</h1>
<section>
$$
\array{
\text{ainemäärä}=\dfrac{\text{massa}}{\text{moolimassa}} & n= \dfrac{m}{M} \\
\text{ainemäärä}={\text{hiukkasmäärä} \over \text{Avogadron vakio}} & n= {m \over M} \\
\text{kaasun ainemäärä}={\text{tilavuus} \over \text{moolitilavuus} }& n={ V \over V_\mathrm{m} }\\
\text{konsentraatio}={\text{ainemäärä} \over \text{tilavuus}} & c={ n\over V} \\
\text{tiheys}={\text{massa} \over \text{tilavuus}} & \rho= {m\over V} \\
\text{kaasun tiheys}={\text{moolimassa} \over \text{moolitilavuus}} & \rho= {M\over V_\mathrm{m}} \\
\text{kaasujen yleinen tilanyhtälö} & pV=nRT \\
\text{sähkömäärä elektrolyysissä} & Q=It=nzF \\
}
$$
</section>
<!---PÄÄDOKUMENTTIIN KOPIOITAVA OSA LOPPUU -->
<!---PÄÄDOKUMENTTIIN KOPIOITAVA OSA ALKAA -->
</body>
</html>
<!---PÄÄDOKUMENTTIIN KOPIOITAVA OSA LOPPUU -->