Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- pretraining/mathematica/linear_algebra/powers_and_exp/10298.txt +17 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/10454.txt +17 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/10596.txt +17 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/21056.txt +17 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/25022.txt +15 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/25393.txt +15 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/2774.txt +17 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/29929.txt +17 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/31018.txt +15 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/3336.txt +17 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/33749.txt +17 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/34775.txt +17 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/36719.txt +17 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/37272.txt +15 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/37436.txt +17 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/4005.txt +15 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/40828.txt +15 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/48480.txt +19 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/5332.txt +15 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/5748.txt +15 -0
- pretraining/mathematica/linear_algebra/powers_and_exp/6985.txt +17 -0
- pretraining/mathematica/number_theory/multiplicative_order/10384.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/11677.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/12208.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/12261.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/15638.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/15802.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/17452.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/17529.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/17729.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/18649.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/19846.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/20498.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/20895.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/20960.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/21904.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/22163.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/22207.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/22218.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/22321.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/23167.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/24450.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/24452.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/25906.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/26017.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/26144.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/26421.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/27011.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/28416.txt +4 -0
- pretraining/mathematica/number_theory/multiplicative_order/28619.txt +4 -0
pretraining/mathematica/linear_algebra/powers_and_exp/10298.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
-3 & -\frac{1}{2} & \frac{3}{2} \\
|
| 6 |
+
1 & 1 & -2 \\
|
| 7 |
+
3 & \frac{5}{2} & -\frac{1}{2} \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)^2$.
|
| 10 |
+
Answer:
|
| 11 |
+
$\left(
|
| 12 |
+
\begin{array}{ccc}
|
| 13 |
+
13 & \frac{19}{4} & -\frac{17}{4} \\
|
| 14 |
+
-8 & -\frac{9}{2} & \frac{1}{2} \\
|
| 15 |
+
-8 & -\frac{1}{4} & -\frac{1}{4} \\
|
| 16 |
+
\end{array}
|
| 17 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/10454.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
2 & 2 & 2 \\
|
| 6 |
+
2 & 0 & -2 \\
|
| 7 |
+
0 & -2 & -1 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)^2$.
|
| 10 |
+
Answer:
|
| 11 |
+
$\left(
|
| 12 |
+
\begin{array}{ccc}
|
| 13 |
+
8 & 0 & -2 \\
|
| 14 |
+
4 & 8 & 6 \\
|
| 15 |
+
-4 & 2 & 5 \\
|
| 16 |
+
\end{array}
|
| 17 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/10596.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
-2 & -2 & 0 \\
|
| 6 |
+
2 & -2 & 1 \\
|
| 7 |
+
-2 & -2 & -1 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)^3$.
|
| 10 |
+
Answer:
|
| 11 |
+
$\left(
|
| 12 |
+
\begin{array}{ccc}
|
| 13 |
+
20 & -12 & 10 \\
|
| 14 |
+
22 & 30 & 1 \\
|
| 15 |
+
18 & -22 & 11 \\
|
| 16 |
+
\end{array}
|
| 17 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/21056.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
-\frac{3}{2} & -\frac{1}{2} & \frac{1}{2} \\
|
| 6 |
+
-2 & -\frac{1}{2} & 3 \\
|
| 7 |
+
-\frac{3}{2} & -\frac{5}{2} & -1 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)^2$.
|
| 10 |
+
Answer:
|
| 11 |
+
$\left(
|
| 12 |
+
\begin{array}{ccc}
|
| 13 |
+
\frac{5}{2} & -\frac{1}{4} & -\frac{11}{4} \\
|
| 14 |
+
-\frac{1}{2} & -\frac{25}{4} & -\frac{11}{2} \\
|
| 15 |
+
\frac{35}{4} & \frac{9}{2} & -\frac{29}{4} \\
|
| 16 |
+
\end{array}
|
| 17 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/25022.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
-\frac{1}{2} & -2 \\
|
| 6 |
+
2 & -\frac{3}{2} \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)^2$.
|
| 9 |
+
Answer:
|
| 10 |
+
$\left(
|
| 11 |
+
\begin{array}{cc}
|
| 12 |
+
-\frac{15}{4} & 4 \\
|
| 13 |
+
-4 & -\frac{7}{4} \\
|
| 14 |
+
\end{array}
|
| 15 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/25393.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
-2 & 2 \\
|
| 6 |
+
0 & 2 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)^2$.
|
| 9 |
+
Answer:
|
| 10 |
+
$\left(
|
| 11 |
+
\begin{array}{cc}
|
| 12 |
+
4 & 0 \\
|
| 13 |
+
0 & 4 \\
|
| 14 |
+
\end{array}
|
| 15 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/2774.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
2 & 2 & -3 \\
|
| 6 |
+
-1 & -2 & 1 \\
|
| 7 |
+
-1 & 0 & 2 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)^2$.
|
| 10 |
+
Answer:
|
| 11 |
+
$\left(
|
| 12 |
+
\begin{array}{ccc}
|
| 13 |
+
5 & 0 & -10 \\
|
| 14 |
+
-1 & 2 & 3 \\
|
| 15 |
+
-4 & -2 & 7 \\
|
| 16 |
+
\end{array}
|
| 17 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/29929.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
1 & -\frac{5}{2} & \frac{5}{2} \\
|
| 6 |
+
-\frac{5}{2} & -\frac{3}{2} & \frac{3}{2} \\
|
| 7 |
+
\frac{5}{2} & -\frac{1}{2} & 1 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)^3$.
|
| 10 |
+
Answer:
|
| 11 |
+
$\left(
|
| 12 |
+
\begin{array}{ccc}
|
| 13 |
+
\frac{133}{8} & -\frac{275}{8} & 35 \\
|
| 14 |
+
-\frac{255}{8} & -\frac{165}{8} & \frac{137}{8} \\
|
| 15 |
+
\frac{75}{2} & -\frac{79}{8} & \frac{105}{8} \\
|
| 16 |
+
\end{array}
|
| 17 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/31018.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
3 & -2 \\
|
| 6 |
+
0 & -3 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)^3$.
|
| 9 |
+
Answer:
|
| 10 |
+
$\left(
|
| 11 |
+
\begin{array}{cc}
|
| 12 |
+
27 & -18 \\
|
| 13 |
+
0 & -27 \\
|
| 14 |
+
\end{array}
|
| 15 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/3336.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
-\frac{3}{2} & -\frac{3}{2} & -\frac{5}{2} \\
|
| 6 |
+
-\frac{5}{2} & \frac{3}{2} & \frac{3}{2} \\
|
| 7 |
+
-\frac{3}{2} & -2 & 0 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)^3$.
|
| 10 |
+
Answer:
|
| 11 |
+
$\left(
|
| 12 |
+
\begin{array}{ccc}
|
| 13 |
+
-\frac{235}{8} & -\frac{81}{8} & -\frac{135}{8} \\
|
| 14 |
+
-\frac{135}{8} & -\frac{73}{8} & \frac{81}{8} \\
|
| 15 |
+
-\frac{81}{8} & -\frac{27}{2} & -\frac{77}{4} \\
|
| 16 |
+
\end{array}
|
| 17 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/33749.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
3 & \frac{1}{2} & 2 \\
|
| 6 |
+
1 & -1 & 0 \\
|
| 7 |
+
0 & \frac{3}{2} & \frac{1}{2} \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)^3$.
|
| 10 |
+
Answer:
|
| 11 |
+
$\left(
|
| 12 |
+
\begin{array}{ccc}
|
| 13 |
+
\frac{65}{2} & \frac{45}{4} & \frac{45}{2} \\
|
| 14 |
+
\frac{15}{2} & \frac{5}{2} & 5 \\
|
| 15 |
+
\frac{15}{4} & \frac{15}{8} & \frac{25}{8} \\
|
| 16 |
+
\end{array}
|
| 17 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/34775.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
1 & 0 & -1 \\
|
| 6 |
+
1 & -3 & -1 \\
|
| 7 |
+
1 & -1 & -3 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)^3$.
|
| 10 |
+
Answer:
|
| 11 |
+
$\left(
|
| 12 |
+
\begin{array}{ccc}
|
| 13 |
+
3 & -5 & -7 \\
|
| 14 |
+
12 & -35 & -22 \\
|
| 15 |
+
12 & -27 & -30 \\
|
| 16 |
+
\end{array}
|
| 17 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/36719.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
-\frac{3}{2} & -1 & \frac{5}{2} \\
|
| 6 |
+
0 & 2 & 2 \\
|
| 7 |
+
\frac{1}{2} & -\frac{1}{2} & -3 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)^3$.
|
| 10 |
+
Answer:
|
| 11 |
+
$\left(
|
| 12 |
+
\begin{array}{ccc}
|
| 13 |
+
-\frac{95}{8} & -\frac{3}{8} & 45 \\
|
| 14 |
+
-\frac{5}{2} & 6 & \frac{29}{2} \\
|
| 15 |
+
8 & -\frac{19}{8} & -\frac{267}{8} \\
|
| 16 |
+
\end{array}
|
| 17 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/37272.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
-2 & -\frac{3}{2} \\
|
| 6 |
+
2 & 1 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)^2$.
|
| 9 |
+
Answer:
|
| 10 |
+
$\left(
|
| 11 |
+
\begin{array}{cc}
|
| 12 |
+
1 & \frac{3}{2} \\
|
| 13 |
+
-2 & -2 \\
|
| 14 |
+
\end{array}
|
| 15 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/37436.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
-2 & \frac{5}{2} & \frac{3}{2} \\
|
| 6 |
+
-2 & -\frac{1}{2} & 1 \\
|
| 7 |
+
2 & \frac{3}{2} & \frac{1}{2} \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)^2$.
|
| 10 |
+
Answer:
|
| 11 |
+
$\left(
|
| 12 |
+
\begin{array}{ccc}
|
| 13 |
+
2 & -4 & \frac{1}{4} \\
|
| 14 |
+
7 & -\frac{13}{4} & -3 \\
|
| 15 |
+
-6 & 5 & \frac{19}{4} \\
|
| 16 |
+
\end{array}
|
| 17 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/4005.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
2 & \frac{1}{2} \\
|
| 6 |
+
-\frac{1}{2} & 0 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)^2$.
|
| 9 |
+
Answer:
|
| 10 |
+
$\left(
|
| 11 |
+
\begin{array}{cc}
|
| 12 |
+
\frac{15}{4} & 1 \\
|
| 13 |
+
-1 & -\frac{1}{4} \\
|
| 14 |
+
\end{array}
|
| 15 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/40828.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
5+\frac{i}{2} & -1-\frac{9 i}{2} \\
|
| 6 |
+
-\frac{3}{2}-\frac{7 i}{2} & -3+\frac{5 i}{2} \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)^2$.
|
| 9 |
+
Answer:
|
| 10 |
+
$\left(
|
| 11 |
+
\begin{array}{cc}
|
| 12 |
+
\frac{21}{2}+\frac{61 i}{4} & \frac{23}{2}-12 i \\
|
| 13 |
+
\frac{15}{2}-\frac{23 i}{2} & -\frac{23}{2}-\frac{19 i}{4} \\
|
| 14 |
+
\end{array}
|
| 15 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/48480.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$e^\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
2 & 0 & 0 & 0 \\
|
| 6 |
+
4 & -2 & 0 & 0 \\
|
| 7 |
+
2 & 0 & 1 & 1 \\
|
| 8 |
+
1 & 0 & 0 & 2 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
$\left(
|
| 13 |
+
\begin{array}{cccc}
|
| 14 |
+
e^2 & 0 & 0 & 0 \\
|
| 15 |
+
\frac{e^4-1}{e^2} & \frac{1}{e^2} & 0 & 0 \\
|
| 16 |
+
2 e^2-e & 0 & e & e^2-e \\
|
| 17 |
+
e^2 & 0 & 0 & e^2 \\
|
| 18 |
+
\end{array}
|
| 19 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/5332.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
-4+\frac{3 i}{2} & \frac{7}{2}-\frac{7 i}{2} \\
|
| 6 |
+
1+4 i & -3+\frac{7 i}{2} \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)^2$.
|
| 9 |
+
Answer:
|
| 10 |
+
$\left(
|
| 11 |
+
\begin{array}{cc}
|
| 12 |
+
\frac{125}{4}-\frac{3 i}{2} & -7+42 i \\
|
| 13 |
+
-27-23 i & \frac{57}{4}-\frac{21 i}{2} \\
|
| 14 |
+
\end{array}
|
| 15 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/5748.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
-1 & -4-i \\
|
| 6 |
+
-\frac{9}{2} & -5 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)^3$.
|
| 9 |
+
Answer:
|
| 10 |
+
$\left(
|
| 11 |
+
\begin{array}{cc}
|
| 12 |
+
-127-\frac{63 i}{2} & -\frac{383}{2}-67 i \\
|
| 13 |
+
-\frac{441}{2}-\frac{81 i}{4} & -323-\frac{99 i}{2} \\
|
| 14 |
+
\end{array}
|
| 15 |
+
\right)$
|
pretraining/mathematica/linear_algebra/powers_and_exp/6985.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Compute
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
-3+2 i & 2+2 i & \frac{7}{2}+3 i \\
|
| 6 |
+
5-i & \frac{5}{2}-3 i & 5-\frac{i}{2} \\
|
| 7 |
+
\frac{9}{2}-4 i & -1-\frac{9 i}{2} & -3-5 i \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)^3$.
|
| 10 |
+
Answer:
|
| 11 |
+
$\left(
|
| 12 |
+
\begin{array}{ccc}
|
| 13 |
+
-\frac{349}{2}-\frac{201 i}{2} & -26+\frac{137 i}{8} & \frac{479}{4}+\frac{271 i}{4} \\
|
| 14 |
+
-\frac{133}{2}-\frac{1727 i}{8} & -\frac{1085}{8}-\frac{531 i}{4} & -48-\frac{1391 i}{8} \\
|
| 15 |
+
\frac{273}{2}+\frac{53 i}{2} & -\frac{233}{4}-\frac{505 i}{8} & -\frac{1597}{8}-\frac{327 i}{2} \\
|
| 16 |
+
\end{array}
|
| 17 |
+
\right)$
|
pretraining/mathematica/number_theory/multiplicative_order/10384.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $283^m \equiv 1 \pmod{670}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$44$
|
pretraining/mathematica/number_theory/multiplicative_order/11677.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $63^m \equiv 1 \pmod{134}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$66$
|
pretraining/mathematica/number_theory/multiplicative_order/12208.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $92^m \equiv 1 \pmod{531}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$174$
|
pretraining/mathematica/number_theory/multiplicative_order/12261.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $753^m \equiv 1 \pmod{799}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$16$
|
pretraining/mathematica/number_theory/multiplicative_order/15638.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $98^m \equiv 1 \pmod{201}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$66$
|
pretraining/mathematica/number_theory/multiplicative_order/15802.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $113^m \equiv 1 \pmod{216}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$18$
|
pretraining/mathematica/number_theory/multiplicative_order/17452.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $430^m \equiv 1 \pmod{739}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$738$
|
pretraining/mathematica/number_theory/multiplicative_order/17529.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $17^m \equiv 1 \pmod{161}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$66$
|
pretraining/mathematica/number_theory/multiplicative_order/17729.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $611^m \equiv 1 \pmod{917}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$390$
|
pretraining/mathematica/number_theory/multiplicative_order/18649.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $835^m \equiv 1 \pmod{957}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$14$
|
pretraining/mathematica/number_theory/multiplicative_order/19846.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $3^m \equiv 1 \pmod{35}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$12$
|
pretraining/mathematica/number_theory/multiplicative_order/20498.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $736^m \equiv 1 \pmod{769}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$256$
|
pretraining/mathematica/number_theory/multiplicative_order/20895.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $127^m \equiv 1 \pmod{471}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$78$
|
pretraining/mathematica/number_theory/multiplicative_order/20960.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $749^m \equiv 1 \pmod{802}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$400$
|
pretraining/mathematica/number_theory/multiplicative_order/21904.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $23^m \equiv 1 \pmod{42}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$6$
|
pretraining/mathematica/number_theory/multiplicative_order/22163.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $4^m \equiv 1 \pmod{5}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$2$
|
pretraining/mathematica/number_theory/multiplicative_order/22207.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $57^m \equiv 1 \pmod{656}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$10$
|
pretraining/mathematica/number_theory/multiplicative_order/22218.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $167^m \equiv 1 \pmod{266}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$18$
|
pretraining/mathematica/number_theory/multiplicative_order/22321.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $268^m \equiv 1 \pmod{301}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$21$
|
pretraining/mathematica/number_theory/multiplicative_order/23167.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $269^m \equiv 1 \pmod{809}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$808$
|
pretraining/mathematica/number_theory/multiplicative_order/24450.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $217^m \equiv 1 \pmod{732}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$5$
|
pretraining/mathematica/number_theory/multiplicative_order/24452.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $411^m \equiv 1 \pmod{620}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$10$
|
pretraining/mathematica/number_theory/multiplicative_order/25906.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $509^m \equiv 1 \pmod{545}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$54$
|
pretraining/mathematica/number_theory/multiplicative_order/26017.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $480^m \equiv 1 \pmod{491}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$490$
|
pretraining/mathematica/number_theory/multiplicative_order/26144.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $872^m \equiv 1 \pmod{969}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$144$
|
pretraining/mathematica/number_theory/multiplicative_order/26421.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $7^m \equiv 1 \pmod{248}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$30$
|
pretraining/mathematica/number_theory/multiplicative_order/27011.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $786^m \equiv 1 \pmod{857}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$107$
|
pretraining/mathematica/number_theory/multiplicative_order/28416.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $279^m \equiv 1 \pmod{286}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$60$
|
pretraining/mathematica/number_theory/multiplicative_order/28619.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Find the smallest integer $m$ such that $218^m \equiv 1 \pmod{299}$.
|
| 3 |
+
Answer:
|
| 4 |
+
$66$
|