File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11> module Examples.Gungbraeda where
22
3- Uppgift 3, tenta 2017-01-13
3+ Exam excercise 3, 2017-01-13
44
55> import Dimensions.TypeLevel
66> import Dimensions.Quantity
@@ -15,15 +15,15 @@ Uppgift 3, tenta 2017-01-13
1515
1616{.float-img-left}
1717
18+ Direct implication:
1819
19- Direkt implikation:
20+ $$ f(x) = \frac {a}{b} $$
2021
2122> balk_left_L = (balk_L /# two) +# d
2223> balk_right_L = balk_L -# balk_left_L
2324
24- Vi vill räkna ut vridmomenten?
25-
26- Eller snarare ställa upp ekv:
25+ We want to be able to represenet the angular momentums.
26+ Here are some propositions.
2727
2828> m1_vrid = m1 *# balk_left_L
2929
@@ -45,7 +45,7 @@ m1_vrid + balk_L_vrid - balk_H_vrid = m2_vrid
4545
4646> x = (m1_vrid +# balk_L_vrid -# balk_H_vrid) /# m2
4747
48- säkerhetskoll :
48+ Security check :
4949
5050> m2_vrid = m2 *# x
5151
You can’t perform that action at this time.
0 commit comments