agungpambudi commited on
Commit
c2ea62e
·
verified ·
1 Parent(s): 8a9038c

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. pretraining/mathematica/linear_algebra/dot_product/11978.txt +20 -0
  2. pretraining/mathematica/linear_algebra/dot_product/12529.txt +16 -0
  3. pretraining/mathematica/linear_algebra/dot_product/12958.txt +22 -0
  4. pretraining/mathematica/linear_algebra/dot_product/13268.txt +18 -0
  5. pretraining/mathematica/linear_algebra/dot_product/14207.txt +24 -0
  6. pretraining/mathematica/linear_algebra/dot_product/14256.txt +28 -0
  7. pretraining/mathematica/linear_algebra/dot_product/15079.txt +20 -0
  8. pretraining/mathematica/linear_algebra/dot_product/15184.txt +28 -0
  9. pretraining/mathematica/linear_algebra/dot_product/15658.txt +18 -0
  10. pretraining/mathematica/linear_algebra/dot_product/16259.txt +26 -0
  11. pretraining/mathematica/linear_algebra/dot_product/16266.txt +28 -0
  12. pretraining/mathematica/linear_algebra/dot_product/17031.txt +22 -0
  13. pretraining/mathematica/linear_algebra/dot_product/18547.txt +20 -0
  14. pretraining/mathematica/linear_algebra/dot_product/2120.txt +16 -0
  15. pretraining/mathematica/linear_algebra/dot_product/23501.txt +28 -0
  16. pretraining/mathematica/linear_algebra/dot_product/23774.txt +20 -0
  17. pretraining/mathematica/linear_algebra/dot_product/25173.txt +24 -0
  18. pretraining/mathematica/linear_algebra/dot_product/26645.txt +28 -0
  19. pretraining/mathematica/linear_algebra/dot_product/26742.txt +16 -0
  20. pretraining/mathematica/linear_algebra/dot_product/28228.txt +18 -0
  21. pretraining/mathematica/linear_algebra/dot_product/28310.txt +24 -0
  22. pretraining/mathematica/linear_algebra/dot_product/28737.txt +26 -0
  23. pretraining/mathematica/linear_algebra/dot_product/30701.txt +28 -0
  24. pretraining/mathematica/linear_algebra/dot_product/31538.txt +14 -0
  25. pretraining/mathematica/linear_algebra/dot_product/33860.txt +20 -0
  26. pretraining/mathematica/linear_algebra/dot_product/3390.txt +16 -0
  27. pretraining/mathematica/linear_algebra/dot_product/33931.txt +26 -0
  28. pretraining/mathematica/linear_algebra/dot_product/34849.txt +14 -0
  29. pretraining/mathematica/linear_algebra/dot_product/34987.txt +22 -0
  30. pretraining/mathematica/linear_algebra/dot_product/35344.txt +20 -0
  31. pretraining/mathematica/linear_algebra/dot_product/35647.txt +28 -0
  32. pretraining/mathematica/linear_algebra/dot_product/37230.txt +14 -0
  33. pretraining/mathematica/linear_algebra/dot_product/37354.txt +22 -0
  34. pretraining/mathematica/linear_algebra/dot_product/39521.txt +18 -0
  35. pretraining/mathematica/linear_algebra/dot_product/41059.txt +26 -0
  36. pretraining/mathematica/linear_algebra/dot_product/41454.txt +20 -0
  37. pretraining/mathematica/linear_algebra/dot_product/41818.txt +24 -0
  38. pretraining/mathematica/linear_algebra/dot_product/4282.txt +22 -0
  39. pretraining/mathematica/linear_algebra/dot_product/43819.txt +22 -0
  40. pretraining/mathematica/linear_algebra/dot_product/43909.txt +24 -0
  41. pretraining/mathematica/linear_algebra/dot_product/43937.txt +22 -0
  42. pretraining/mathematica/linear_algebra/dot_product/4406.txt +14 -0
  43. pretraining/mathematica/linear_algebra/dot_product/44695.txt +26 -0
  44. pretraining/mathematica/linear_algebra/dot_product/48187.txt +24 -0
  45. pretraining/mathematica/linear_algebra/dot_product/48706.txt +28 -0
  46. pretraining/mathematica/linear_algebra/dot_product/6046.txt +20 -0
  47. pretraining/mathematica/linear_algebra/dot_product/801.txt +28 -0
  48. pretraining/mathematica/linear_algebra/dot_product/9381.txt +16 -0
  49. pretraining/mathematica/linear_algebra/dot_product/9512.txt +14 -0
  50. pretraining/mathematica/number_theory/multiplicative_order/10170.txt +4 -0
pretraining/mathematica/linear_algebra/dot_product/11978.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 0 \\
6
+ -3 \pi \\
7
+ -\pi \\
8
+ 0 \\
9
+ \end{array}
10
+ \right)$ and
11
+ $\left(
12
+ \begin{array}{c}
13
+ 3 \pi \\
14
+ 0 \\
15
+ -2 \pi \\
16
+ \pi \\
17
+ \end{array}
18
+ \right)$.
19
+ Answer:
20
+ $2 \pi ^2$
pretraining/mathematica/linear_algebra/dot_product/12529.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ \pi \\
6
+ 0 \\
7
+ \end{array}
8
+ \right)$ and
9
+ $\left(
10
+ \begin{array}{c}
11
+ 2 \pi \\
12
+ -2 \pi \\
13
+ \end{array}
14
+ \right)$.
15
+ Answer:
16
+ $2 \pi ^2$
pretraining/mathematica/linear_algebra/dot_product/12958.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -7 \\
6
+ 1 \\
7
+ \frac{3}{2} \\
8
+ 2 \\
9
+ -8 \\
10
+ \end{array}
11
+ \right)$ and
12
+ $\left(
13
+ \begin{array}{c}
14
+ \frac{17}{2} \\
15
+ -8 \\
16
+ -6 \\
17
+ -\frac{17}{2} \\
18
+ -10 \\
19
+ \end{array}
20
+ \right)$.
21
+ Answer:
22
+ $-\frac{27}{2}$
pretraining/mathematica/linear_algebra/dot_product/13268.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -4 \\
6
+ 4 \\
7
+ -7 \\
8
+ \end{array}
9
+ \right)$ and
10
+ $\left(
11
+ \begin{array}{c}
12
+ -3 \\
13
+ 4 \\
14
+ -9 \\
15
+ \end{array}
16
+ \right)$.
17
+ Answer:
18
+ $91$
pretraining/mathematica/linear_algebra/dot_product/14207.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -\frac{9}{2} \\
6
+ \frac{11}{2} \\
7
+ \frac{1}{2} \\
8
+ 5 \\
9
+ \frac{13}{2} \\
10
+ -\frac{5}{2} \\
11
+ \end{array}
12
+ \right)$ and
13
+ $\left(
14
+ \begin{array}{c}
15
+ -8 \\
16
+ \frac{1}{2} \\
17
+ -7 \\
18
+ \frac{15}{2} \\
19
+ -\frac{7}{2} \\
20
+ -6 \\
21
+ \end{array}
22
+ \right)$.
23
+ Answer:
24
+ $65$
pretraining/mathematica/linear_algebra/dot_product/14256.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 9 \\
6
+ 6 \\
7
+ 1 \\
8
+ 6 \\
9
+ -9 \\
10
+ 6 \\
11
+ -2 \\
12
+ 8 \\
13
+ \end{array}
14
+ \right)$ and
15
+ $\left(
16
+ \begin{array}{c}
17
+ 7 \\
18
+ 8 \\
19
+ 3 \\
20
+ 5 \\
21
+ 6 \\
22
+ 6 \\
23
+ -7 \\
24
+ -2 \\
25
+ \end{array}
26
+ \right)$.
27
+ Answer:
28
+ $124$
pretraining/mathematica/linear_algebra/dot_product/15079.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 5 \\
6
+ 1 \\
7
+ -2 \\
8
+ -2 \\
9
+ \end{array}
10
+ \right)$ and
11
+ $\left(
12
+ \begin{array}{c}
13
+ 5 \\
14
+ 0 \\
15
+ 4 \\
16
+ 1 \\
17
+ \end{array}
18
+ \right)$.
19
+ Answer:
20
+ $15$
pretraining/mathematica/linear_algebra/dot_product/15184.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ \frac{11}{\sqrt{3}} \\
6
+ 0 \\
7
+ 5 \sqrt{3} \\
8
+ \frac{4}{\sqrt{3}} \\
9
+ 4 \sqrt{3} \\
10
+ \frac{17}{\sqrt{3}} \\
11
+ \frac{13}{\sqrt{3}} \\
12
+ \frac{10}{\sqrt{3}} \\
13
+ \end{array}
14
+ \right)$ and
15
+ $\left(
16
+ \begin{array}{c}
17
+ \frac{17}{\sqrt{3}} \\
18
+ -\frac{7}{\sqrt{3}} \\
19
+ \frac{13}{\sqrt{3}} \\
20
+ \frac{13}{\sqrt{3}} \\
21
+ 0 \\
22
+ \frac{5}{\sqrt{3}} \\
23
+ \frac{14}{\sqrt{3}} \\
24
+ -2 \sqrt{3} \\
25
+ \end{array}
26
+ \right)$.
27
+ Answer:
28
+ $\frac{641}{3}$
pretraining/mathematica/linear_algebra/dot_product/15658.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -8 \\
6
+ 9 \\
7
+ -8 \\
8
+ \end{array}
9
+ \right)$ and
10
+ $\left(
11
+ \begin{array}{c}
12
+ 7 \\
13
+ 2 \\
14
+ -2 \\
15
+ \end{array}
16
+ \right)$.
17
+ Answer:
18
+ $-22$
pretraining/mathematica/linear_algebra/dot_product/16259.txt ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -7 \\
6
+ -9 \\
7
+ -1 \\
8
+ 7 \\
9
+ -1 \\
10
+ 1 \\
11
+ -2 \\
12
+ \end{array}
13
+ \right)$ and
14
+ $\left(
15
+ \begin{array}{c}
16
+ 9 \\
17
+ 1 \\
18
+ 6 \\
19
+ 6 \\
20
+ 8 \\
21
+ 9 \\
22
+ -9 \\
23
+ \end{array}
24
+ \right)$.
25
+ Answer:
26
+ $-17$
pretraining/mathematica/linear_algebra/dot_product/16266.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 3 \sqrt{5} \\
6
+ \sqrt{5} \\
7
+ 4 \sqrt{5} \\
8
+ -2 \sqrt{5} \\
9
+ -2 \sqrt{5} \\
10
+ -4 \sqrt{5} \\
11
+ -2 \sqrt{5} \\
12
+ -4 \sqrt{5} \\
13
+ \end{array}
14
+ \right)$ and
15
+ $\left(
16
+ \begin{array}{c}
17
+ -2 \sqrt{5} \\
18
+ 4 \sqrt{5} \\
19
+ -\sqrt{5} \\
20
+ -3 \sqrt{5} \\
21
+ -3 \sqrt{5} \\
22
+ -4 \sqrt{5} \\
23
+ \sqrt{5} \\
24
+ 0 \\
25
+ \end{array}
26
+ \right)$.
27
+ Answer:
28
+ $100$
pretraining/mathematica/linear_algebra/dot_product/17031.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 7 \\
6
+ -2 \\
7
+ 3 \\
8
+ -3 \\
9
+ -2 \\
10
+ \end{array}
11
+ \right)$ and
12
+ $\left(
13
+ \begin{array}{c}
14
+ -1 \\
15
+ -5 \\
16
+ -9 \\
17
+ -1 \\
18
+ -8 \\
19
+ \end{array}
20
+ \right)$.
21
+ Answer:
22
+ $-5$
pretraining/mathematica/linear_algebra/dot_product/18547.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -\frac{19}{3} \\
6
+ -6 \\
7
+ \frac{29}{3} \\
8
+ 5 \\
9
+ \end{array}
10
+ \right)$ and
11
+ $\left(
12
+ \begin{array}{c}
13
+ -1 \\
14
+ -\frac{28}{3} \\
15
+ -4 \\
16
+ 0 \\
17
+ \end{array}
18
+ \right)$.
19
+ Answer:
20
+ $\frac{71}{3}$
pretraining/mathematica/linear_algebra/dot_product/2120.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 9 \\
6
+ 10 \\
7
+ \end{array}
8
+ \right)$ and
9
+ $\left(
10
+ \begin{array}{c}
11
+ 7 \\
12
+ -8 \\
13
+ \end{array}
14
+ \right)$.
15
+ Answer:
16
+ $-17$
pretraining/mathematica/linear_algebra/dot_product/23501.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 4 \\
6
+ -1 \\
7
+ 8 \\
8
+ 2 \\
9
+ -3 \\
10
+ -6 \\
11
+ 2 \\
12
+ 0 \\
13
+ \end{array}
14
+ \right)$ and
15
+ $\left(
16
+ \begin{array}{c}
17
+ -10 \\
18
+ -9 \\
19
+ -7 \\
20
+ 6 \\
21
+ 3 \\
22
+ -8 \\
23
+ 2 \\
24
+ -4 \\
25
+ \end{array}
26
+ \right)$.
27
+ Answer:
28
+ $-32$
pretraining/mathematica/linear_algebra/dot_product/23774.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -2 e \\
6
+ -3 e \\
7
+ -2 e \\
8
+ -2 e \\
9
+ \end{array}
10
+ \right)$ and
11
+ $\left(
12
+ \begin{array}{c}
13
+ 3 e \\
14
+ -3 e \\
15
+ e \\
16
+ -3 e \\
17
+ \end{array}
18
+ \right)$.
19
+ Answer:
20
+ $7 e^2$
pretraining/mathematica/linear_algebra/dot_product/25173.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -6 \\
6
+ 5 \\
7
+ 8 \\
8
+ 4 \\
9
+ 5 \\
10
+ -5 \\
11
+ \end{array}
12
+ \right)$ and
13
+ $\left(
14
+ \begin{array}{c}
15
+ 0 \\
16
+ -3 \\
17
+ -9 \\
18
+ 7 \\
19
+ 1 \\
20
+ -10 \\
21
+ \end{array}
22
+ \right)$.
23
+ Answer:
24
+ $-4$
pretraining/mathematica/linear_algebra/dot_product/26645.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -4 \\
6
+ -8 \\
7
+ 0 \\
8
+ -8 \\
9
+ -3 \\
10
+ -8 \\
11
+ 0 \\
12
+ 8 \\
13
+ \end{array}
14
+ \right)$ and
15
+ $\left(
16
+ \begin{array}{c}
17
+ 0 \\
18
+ -9 \\
19
+ 8 \\
20
+ -7 \\
21
+ -6 \\
22
+ -5 \\
23
+ 5 \\
24
+ 6 \\
25
+ \end{array}
26
+ \right)$.
27
+ Answer:
28
+ $234$
pretraining/mathematica/linear_algebra/dot_product/26742.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -4 \sqrt{3} \\
6
+ 6 \sqrt{3} \\
7
+ \end{array}
8
+ \right)$ and
9
+ $\left(
10
+ \begin{array}{c}
11
+ -3 \sqrt{3} \\
12
+ -4 \sqrt{3} \\
13
+ \end{array}
14
+ \right)$.
15
+ Answer:
16
+ $-36$
pretraining/mathematica/linear_algebra/dot_product/28228.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 4 \sqrt{5} \\
6
+ 3 \sqrt{5} \\
7
+ 3 \sqrt{5} \\
8
+ \end{array}
9
+ \right)$ and
10
+ $\left(
11
+ \begin{array}{c}
12
+ -\sqrt{5} \\
13
+ 3 \sqrt{5} \\
14
+ 4 \sqrt{5} \\
15
+ \end{array}
16
+ \right)$.
17
+ Answer:
18
+ $85$
pretraining/mathematica/linear_algebra/dot_product/28310.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -4 \\
6
+ -6 \\
7
+ -5 \\
8
+ -7 \\
9
+ 7 \\
10
+ 10 \\
11
+ \end{array}
12
+ \right)$ and
13
+ $\left(
14
+ \begin{array}{c}
15
+ 0 \\
16
+ -1 \\
17
+ -4 \\
18
+ 6 \\
19
+ -4 \\
20
+ 8 \\
21
+ \end{array}
22
+ \right)$.
23
+ Answer:
24
+ $36$
pretraining/mathematica/linear_algebra/dot_product/28737.txt ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -7.106 \\
6
+ -9.901 \\
7
+ -2.415 \\
8
+ -3.921 \\
9
+ 2.264 \\
10
+ -8.933 \\
11
+ 1.64 \\
12
+ \end{array}
13
+ \right)$ and
14
+ $\left(
15
+ \begin{array}{c}
16
+ 6.616 \\
17
+ 8.052 \\
18
+ -5.11 \\
19
+ -0.828 \\
20
+ 2.741 \\
21
+ -7.143 \\
22
+ -1.53 \\
23
+ \end{array}
24
+ \right)$.
25
+ Answer:
26
+ $-43.6441$
pretraining/mathematica/linear_algebra/dot_product/30701.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 8.87 \\
6
+ -5.548 \\
7
+ 1.823 \\
8
+ 6.997 \\
9
+ -9.845 \\
10
+ -5.864 \\
11
+ 3.14 \\
12
+ -9.54 \\
13
+ \end{array}
14
+ \right)$ and
15
+ $\left(
16
+ \begin{array}{c}
17
+ -1.913 \\
18
+ -6.705 \\
19
+ -7.194 \\
20
+ 9.792 \\
21
+ -3.397 \\
22
+ -4.76 \\
23
+ 1.432 \\
24
+ -3.143 \\
25
+ \end{array}
26
+ \right)$.
27
+ Answer:
28
+ $171.468$
pretraining/mathematica/linear_algebra/dot_product/31538.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ \frac{36}{5} \\
6
+ \end{array}
7
+ \right)$ and
8
+ $\left(
9
+ \begin{array}{c}
10
+ -\frac{37}{5} \\
11
+ \end{array}
12
+ \right)$.
13
+ Answer:
14
+ $-\frac{1332}{25}$
pretraining/mathematica/linear_algebra/dot_product/33860.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -\frac{13}{\sqrt{3}} \\
6
+ -5 \sqrt{3} \\
7
+ 4 \sqrt{3} \\
8
+ -\frac{16}{\sqrt{3}} \\
9
+ \end{array}
10
+ \right)$ and
11
+ $\left(
12
+ \begin{array}{c}
13
+ -\frac{14}{\sqrt{3}} \\
14
+ -\frac{7}{\sqrt{3}} \\
15
+ -\frac{13}{\sqrt{3}} \\
16
+ \frac{4}{\sqrt{3}} \\
17
+ \end{array}
18
+ \right)$.
19
+ Answer:
20
+ $\frac{67}{3}$
pretraining/mathematica/linear_algebra/dot_product/3390.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -7 \\
6
+ -6 \\
7
+ \end{array}
8
+ \right)$ and
9
+ $\left(
10
+ \begin{array}{c}
11
+ 1 \\
12
+ -6 \\
13
+ \end{array}
14
+ \right)$.
15
+ Answer:
16
+ $29$
pretraining/mathematica/linear_algebra/dot_product/33931.txt ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -5 \\
6
+ -10 \\
7
+ -9 \\
8
+ -1 \\
9
+ -9 \\
10
+ -6 \\
11
+ 7 \\
12
+ \end{array}
13
+ \right)$ and
14
+ $\left(
15
+ \begin{array}{c}
16
+ -4 \\
17
+ -3 \\
18
+ 6 \\
19
+ 0 \\
20
+ 7 \\
21
+ -7 \\
22
+ 9 \\
23
+ \end{array}
24
+ \right)$.
25
+ Answer:
26
+ $38$
pretraining/mathematica/linear_algebra/dot_product/34849.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 4 \\
6
+ \end{array}
7
+ \right)$ and
8
+ $\left(
9
+ \begin{array}{c}
10
+ -5 \\
11
+ \end{array}
12
+ \right)$.
13
+ Answer:
14
+ $-20$
pretraining/mathematica/linear_algebra/dot_product/34987.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 5.8 \\
6
+ -5.5 \\
7
+ -5.7 \\
8
+ 3.5 \\
9
+ 7.6 \\
10
+ \end{array}
11
+ \right)$ and
12
+ $\left(
13
+ \begin{array}{c}
14
+ 3.6 \\
15
+ 7.5 \\
16
+ -6.6 \\
17
+ -2. \\
18
+ -6.7 \\
19
+ \end{array}
20
+ \right)$.
21
+ Answer:
22
+ $-40.67$
pretraining/mathematica/linear_algebra/dot_product/35344.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -2 \pi \\
6
+ -3 \pi \\
7
+ 0 \\
8
+ \pi \\
9
+ \end{array}
10
+ \right)$ and
11
+ $\left(
12
+ \begin{array}{c}
13
+ 0 \\
14
+ 0 \\
15
+ \pi \\
16
+ -3 \pi \\
17
+ \end{array}
18
+ \right)$.
19
+ Answer:
20
+ $-3 \pi ^2$
pretraining/mathematica/linear_algebra/dot_product/35647.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -\frac{18}{e} \\
6
+ \frac{17}{e} \\
7
+ \frac{24}{e} \\
8
+ \frac{7}{e} \\
9
+ \frac{7}{e} \\
10
+ \frac{17}{e} \\
11
+ -\frac{18}{e} \\
12
+ \frac{26}{e} \\
13
+ \end{array}
14
+ \right)$ and
15
+ $\left(
16
+ \begin{array}{c}
17
+ \frac{25}{e} \\
18
+ -\frac{1}{e} \\
19
+ \frac{10}{e} \\
20
+ \frac{8}{e} \\
21
+ -\frac{22}{e} \\
22
+ -\frac{3}{e} \\
23
+ \frac{11}{e} \\
24
+ \frac{23}{e} \\
25
+ \end{array}
26
+ \right)$.
27
+ Answer:
28
+ $\frac{24}{e^2}$
pretraining/mathematica/linear_algebra/dot_product/37230.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ \frac{18}{e} \\
6
+ \end{array}
7
+ \right)$ and
8
+ $\left(
9
+ \begin{array}{c}
10
+ -\frac{26}{e} \\
11
+ \end{array}
12
+ \right)$.
13
+ Answer:
14
+ $-\frac{468}{e^2}$
pretraining/mathematica/linear_algebra/dot_product/37354.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -6 \sqrt{3} \\
6
+ -2 \sqrt{3} \\
7
+ 5 \sqrt{3} \\
8
+ 0 \\
9
+ \sqrt{3} \\
10
+ \end{array}
11
+ \right)$ and
12
+ $\left(
13
+ \begin{array}{c}
14
+ -3 \sqrt{3} \\
15
+ 3 \sqrt{3} \\
16
+ -2 \sqrt{3} \\
17
+ -\sqrt{3} \\
18
+ -2 \sqrt{3} \\
19
+ \end{array}
20
+ \right)$.
21
+ Answer:
22
+ $0$
pretraining/mathematica/linear_algebra/dot_product/39521.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ \sqrt{3} \\
6
+ \frac{8}{\sqrt{3}} \\
7
+ -\frac{17}{\sqrt{3}} \\
8
+ \end{array}
9
+ \right)$ and
10
+ $\left(
11
+ \begin{array}{c}
12
+ \frac{11}{\sqrt{3}} \\
13
+ -5 \sqrt{3} \\
14
+ -\frac{5}{\sqrt{3}} \\
15
+ \end{array}
16
+ \right)$.
17
+ Answer:
18
+ $-\frac{2}{3}$
pretraining/mathematica/linear_algebra/dot_product/41059.txt ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 2 \\
6
+ -4 \\
7
+ 8 \\
8
+ -3 \\
9
+ 2 \\
10
+ -10 \\
11
+ 4 \\
12
+ \end{array}
13
+ \right)$ and
14
+ $\left(
15
+ \begin{array}{c}
16
+ 1 \\
17
+ 9 \\
18
+ -3 \\
19
+ 5 \\
20
+ -8 \\
21
+ -4 \\
22
+ -2 \\
23
+ \end{array}
24
+ \right)$.
25
+ Answer:
26
+ $-57$
pretraining/mathematica/linear_algebra/dot_product/41454.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -4 \\
6
+ -8 \\
7
+ -5 \\
8
+ -6 \\
9
+ \end{array}
10
+ \right)$ and
11
+ $\left(
12
+ \begin{array}{c}
13
+ -8 \\
14
+ 5 \\
15
+ 5 \\
16
+ -8 \\
17
+ \end{array}
18
+ \right)$.
19
+ Answer:
20
+ $15$
pretraining/mathematica/linear_algebra/dot_product/41818.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -10 \\
6
+ -\frac{48}{5} \\
7
+ -\frac{34}{5} \\
8
+ -\frac{19}{5} \\
9
+ -\frac{33}{5} \\
10
+ 3 \\
11
+ \end{array}
12
+ \right)$ and
13
+ $\left(
14
+ \begin{array}{c}
15
+ 10 \\
16
+ -\frac{14}{5} \\
17
+ 6 \\
18
+ -\frac{36}{5} \\
19
+ -\frac{49}{5} \\
20
+ \frac{21}{5} \\
21
+ \end{array}
22
+ \right)$.
23
+ Answer:
24
+ $-\frac{232}{25}$
pretraining/mathematica/linear_algebra/dot_product/4282.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 8 \\
6
+ -5 \\
7
+ -8 \\
8
+ -3 \\
9
+ -9 \\
10
+ \end{array}
11
+ \right)$ and
12
+ $\left(
13
+ \begin{array}{c}
14
+ -8 \\
15
+ 1 \\
16
+ -6 \\
17
+ 4 \\
18
+ 3 \\
19
+ \end{array}
20
+ \right)$.
21
+ Answer:
22
+ $-60$
pretraining/mathematica/linear_algebra/dot_product/43819.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 8 \\
6
+ -\frac{19}{3} \\
7
+ 5 \\
8
+ -\frac{8}{3} \\
9
+ -\frac{19}{3} \\
10
+ \end{array}
11
+ \right)$ and
12
+ $\left(
13
+ \begin{array}{c}
14
+ \frac{20}{3} \\
15
+ -\frac{26}{3} \\
16
+ \frac{22}{3} \\
17
+ 1 \\
18
+ 7 \\
19
+ \end{array}
20
+ \right)$.
21
+ Answer:
22
+ $\frac{881}{9}$
pretraining/mathematica/linear_algebra/dot_product/43909.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 7 \\
6
+ 8 \\
7
+ 2 \\
8
+ -2 \\
9
+ 5 \\
10
+ 8 \\
11
+ \end{array}
12
+ \right)$ and
13
+ $\left(
14
+ \begin{array}{c}
15
+ 8 \\
16
+ -4 \\
17
+ -2 \\
18
+ 5 \\
19
+ -9 \\
20
+ -4 \\
21
+ \end{array}
22
+ \right)$.
23
+ Answer:
24
+ $-67$
pretraining/mathematica/linear_algebra/dot_product/43937.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -5 \\
6
+ -8 \\
7
+ 4 \\
8
+ 3 \\
9
+ -9 \\
10
+ \end{array}
11
+ \right)$ and
12
+ $\left(
13
+ \begin{array}{c}
14
+ -4 \\
15
+ -7 \\
16
+ 7 \\
17
+ 1 \\
18
+ -2 \\
19
+ \end{array}
20
+ \right)$.
21
+ Answer:
22
+ $125$
pretraining/mathematica/linear_algebra/dot_product/4406.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -6 \\
6
+ \end{array}
7
+ \right)$ and
8
+ $\left(
9
+ \begin{array}{c}
10
+ 4 \\
11
+ \end{array}
12
+ \right)$.
13
+ Answer:
14
+ $-24$
pretraining/mathematica/linear_algebra/dot_product/44695.txt ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -10 \\
6
+ -5 \\
7
+ 0 \\
8
+ 5 \\
9
+ 4 \\
10
+ -7 \\
11
+ 7 \\
12
+ \end{array}
13
+ \right)$ and
14
+ $\left(
15
+ \begin{array}{c}
16
+ -8 \\
17
+ -4 \\
18
+ -8 \\
19
+ -7 \\
20
+ 4 \\
21
+ -9 \\
22
+ 3 \\
23
+ \end{array}
24
+ \right)$.
25
+ Answer:
26
+ $165$
pretraining/mathematica/linear_algebra/dot_product/48187.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -5 \\
6
+ -8 \\
7
+ 3 \\
8
+ -3 \\
9
+ -8 \\
10
+ 0 \\
11
+ \end{array}
12
+ \right)$ and
13
+ $\left(
14
+ \begin{array}{c}
15
+ 2 \\
16
+ 8 \\
17
+ -5 \\
18
+ 2 \\
19
+ -3 \\
20
+ 0 \\
21
+ \end{array}
22
+ \right)$.
23
+ Answer:
24
+ $-71$
pretraining/mathematica/linear_algebra/dot_product/48706.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -3 \log (2) \\
6
+ 14 \log (2) \\
7
+ 3 \log (2) \\
8
+ -13 \log (2) \\
9
+ 12 \log (2) \\
10
+ \log (2) \\
11
+ -8 \log (2) \\
12
+ -2 \log (2) \\
13
+ \end{array}
14
+ \right)$ and
15
+ $\left(
16
+ \begin{array}{c}
17
+ -8 \log (2) \\
18
+ -12 \log (2) \\
19
+ 11 \log (2) \\
20
+ -8 \log (2) \\
21
+ -2 \log (2) \\
22
+ -12 \log (2) \\
23
+ 14 \log (2) \\
24
+ 3 \log (2) \\
25
+ \end{array}
26
+ \right)$.
27
+ Answer:
28
+ $-161 \log ^2(2)$
pretraining/mathematica/linear_algebra/dot_product/6046.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ \frac{11}{2} \\
6
+ -1 \\
7
+ \frac{1}{2} \\
8
+ \frac{1}{2} \\
9
+ \end{array}
10
+ \right)$ and
11
+ $\left(
12
+ \begin{array}{c}
13
+ 5 \\
14
+ -\frac{7}{2} \\
15
+ 7 \\
16
+ 3 \\
17
+ \end{array}
18
+ \right)$.
19
+ Answer:
20
+ $36$
pretraining/mathematica/linear_algebra/dot_product/801.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -\frac{11}{\sqrt{2}} \\
6
+ \frac{9}{\sqrt{2}} \\
7
+ 5 \sqrt{2} \\
8
+ -\sqrt{2} \\
9
+ -\frac{7}{\sqrt{2}} \\
10
+ -\sqrt{2} \\
11
+ \frac{9}{\sqrt{2}} \\
12
+ -\frac{3}{\sqrt{2}} \\
13
+ \end{array}
14
+ \right)$ and
15
+ $\left(
16
+ \begin{array}{c}
17
+ -\sqrt{2} \\
18
+ \frac{7}{\sqrt{2}} \\
19
+ -\sqrt{2} \\
20
+ -\frac{5}{\sqrt{2}} \\
21
+ -\frac{5}{\sqrt{2}} \\
22
+ \sqrt{2} \\
23
+ \frac{1}{\sqrt{2}} \\
24
+ \frac{9}{\sqrt{2}} \\
25
+ \end{array}
26
+ \right)$.
27
+ Answer:
28
+ $44$
pretraining/mathematica/linear_algebra/dot_product/9381.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ -9 \\
6
+ -5 \\
7
+ \end{array}
8
+ \right)$ and
9
+ $\left(
10
+ \begin{array}{c}
11
+ 7 \\
12
+ 3 \\
13
+ \end{array}
14
+ \right)$.
15
+ Answer:
16
+ $-78$
pretraining/mathematica/linear_algebra/dot_product/9512.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Problem:
2
+ Find the dot product of the following two vectors:
3
+ $\left(
4
+ \begin{array}{c}
5
+ 2 \log (2) \\
6
+ \end{array}
7
+ \right)$ and
8
+ $\left(
9
+ \begin{array}{c}
10
+ 6 \log (2) \\
11
+ \end{array}
12
+ \right)$.
13
+ Answer:
14
+ $12 \log ^2(2)$
pretraining/mathematica/number_theory/multiplicative_order/10170.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Problem:
2
+ Find the smallest integer $m$ such that $103^m \equiv 1 \pmod{295}$.
3
+ Answer:
4
+ $116$