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/null_space/10187.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/10246.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/10908.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/11268.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/11943.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/12273.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/14102.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/1482.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/15099.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/15717.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/159.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/16180.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/16977.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/17296.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/17501.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/17602.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/18714.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/19283.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/20554.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/21396.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/21746.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/22201.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/22330.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/22475.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/23853.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/24506.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/24619.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/24745.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/24953.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/25443.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/25638.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/26045.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/26526.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/26557.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/2761.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/28044.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/28456.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/29422.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/29572.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/30477.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/30925.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/31350.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/32287.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/33434.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/34048.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/3421.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/3488.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/35260.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/35674.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/3647.txt +13 -0
pretraining/mathematica/linear_algebra/null_space/10187.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
-1 & -5 & 3 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{-5.,1.,0.\}, \{3.,0.,1.\}}$
|
pretraining/mathematica/linear_algebra/null_space/10246.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
2 & 1 & 3 & 10 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{-5.,0.,0.,1.\}, \{-3.,0.,2.,0.\}, \{-1.,2.,0.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/10908.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
2 & 1 & -8 \\
|
| 6 |
+
3 & 0 & 4 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{-4.,32.,3.\}}$
|
pretraining/mathematica/linear_algebra/null_space/11268.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
-6 & -10 & 2 & -4 \\
|
| 6 |
+
10 & 2 & -5 & 5 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{-21.,-5.,0.,44.\}, \{23.,-5.,44.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/11943.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
8 & 10 & 5 \\
|
| 6 |
+
-8 & -2 & 5 \\
|
| 7 |
+
-10 & 3 & 8 \\
|
| 8 |
+
8 & 8 & -8 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/12273.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccccc}
|
| 5 |
+
-3 & 0 & 4 & 6 & 5 \\
|
| 6 |
+
10 & -7 & 7 & -3 & 10 \\
|
| 7 |
+
8 & -10 & -2 & 3 & -4 \\
|
| 8 |
+
1 & -4 & 10 & 7 & 7 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${\{-2213.,-2251.,149.,-1320.,137.\}}$
|
pretraining/mathematica/linear_algebra/null_space/14102.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
1 & 2 & -6 & 8 \\
|
| 6 |
+
-6 & 7 & -9 & 8 \\
|
| 7 |
+
-4 & -3 & -2 & -9 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${\{-368.,-421.,157.,269.\}}$
|
pretraining/mathematica/linear_algebra/null_space/1482.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
-3 & -8 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{-8.,3.\}}$
|
pretraining/mathematica/linear_algebra/null_space/15099.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccccc}
|
| 5 |
+
9 & 5 & 9 & 5 & 0 \\
|
| 6 |
+
-2 & 3 & 1 & 8 & -9 \\
|
| 7 |
+
-5 & 1 & 6 & 5 & -1 \\
|
| 8 |
+
4 & -2 & 3 & -3 & 7 \\
|
| 9 |
+
1 & -3 & -8 & -1 & -2 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/15717.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
0 & -5 & 5 & 0 \\
|
| 6 |
+
2 & 2 & 0 & 8 \\
|
| 7 |
+
1 & -1 & 6 & 6 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${\{-7.,-1.,-1.,2.\}}$
|
pretraining/mathematica/linear_algebra/null_space/159.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
-7 & -9 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{-9.,7.\}}$
|
pretraining/mathematica/linear_algebra/null_space/16180.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
8 & -3 & 1 \\
|
| 6 |
+
8 & -4 & 6 \\
|
| 7 |
+
9 & -10 & -1 \\
|
| 8 |
+
3 & 2 & 8 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/16977.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
8 & -3 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{3.,8.\}}$
|
pretraining/mathematica/linear_algebra/null_space/17296.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
-1 & 1 & 2 & -2 \\
|
| 6 |
+
3 & -6 & -6 & 1 \\
|
| 7 |
+
8 & -1 & -6 & -2 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${\{68.,-50.,89.,30.\}}$
|
pretraining/mathematica/linear_algebra/null_space/17501.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
6 & 2 \\
|
| 6 |
+
1 & -10 \\
|
| 7 |
+
-7 & 2 \\
|
| 8 |
+
2 & 9 \\
|
| 9 |
+
-9 & 5 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/17602.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
-3 & 2 & 0 \\
|
| 6 |
+
-2 & 9 & -5 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{10.,15.,23.\}}$
|
pretraining/mathematica/linear_algebra/null_space/18714.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
-2 & 2 \\
|
| 6 |
+
9 & -5 \\
|
| 7 |
+
0 & 5 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/19283.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
-10 & 6 & -1 \\
|
| 6 |
+
1 & -1 & 6 \\
|
| 7 |
+
-1 & -10 & 9 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/20554.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
4 & 8 & 1 & 4 \\
|
| 6 |
+
7 & 2 & -10 & -5 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{1.,-1.,0.,1.\}, \{82.,-47.,48.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/21396.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
-6 & 8 & 3 & 8 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{1.,0.,2.,0.\}, \{4.,0.,0.,3.\}, \{4.,3.,0.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/21746.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
8 & -1 & -4 \\
|
| 6 |
+
0 & -9 & -5 \\
|
| 7 |
+
-5 & 0 & -2 \\
|
| 8 |
+
0 & -2 & 5 \\
|
| 9 |
+
-9 & 0 & 7 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/22201.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
-8 & -2 & 0 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{-1.,4.,0.\}, \{0.,0.,1.\}}$
|
pretraining/mathematica/linear_algebra/null_space/22330.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
-3 & 4 & -6 & -10 \\
|
| 6 |
+
8 & 9 & 1 & -3 \\
|
| 7 |
+
-6 & 10 & -5 & -2 \\
|
| 8 |
+
-4 & -4 & -1 & -10 \\
|
| 9 |
+
0 & -1 & 7 & 3 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/22475.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccccc}
|
| 5 |
+
-10 & -5 & 2 & -1 & 9 \\
|
| 6 |
+
0 & 3 & -5 & 6 & 7 \\
|
| 7 |
+
-6 & 3 & -5 & -10 & 6 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${\{-152.,421.,321.,57.,0.\}, \{-19.,404.,402.,0.,114.\}}$
|
pretraining/mathematica/linear_algebra/null_space/23853.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
10 & 10 & -10 \\
|
| 6 |
+
3 & 10 & -3 \\
|
| 7 |
+
2 & 6 & 3 \\
|
| 8 |
+
8 & -9 & -6 \\
|
| 9 |
+
5 & -6 & -1 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/24506.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
9 & 2 \\
|
| 6 |
+
10 & -3 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/24619.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
-9 & 6 & -5 \\
|
| 6 |
+
6 & -9 & 6 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{-3.,8.,15.\}}$
|
pretraining/mathematica/linear_algebra/null_space/24745.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
5 & 10 & 4 \\
|
| 6 |
+
-8 & -3 & 1 \\
|
| 7 |
+
9 & 4 & -3 \\
|
| 8 |
+
-5 & 0 & -2 \\
|
| 9 |
+
4 & -9 & -9 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/24953.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
-2 & -9 & 7 \\
|
| 6 |
+
0 & 6 & -6 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{-1.,1.,1.\}}$
|
pretraining/mathematica/linear_algebra/null_space/25443.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
-1 & -5 & 10 & -10 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{-10.,0.,0.,1.\}, \{-5.,1.,0.,0.\}, \{10.,0.,1.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/25638.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccccc}
|
| 5 |
+
3 & 2 & 0 & 6 & -2 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{-2.,0.,0.,1.,0.\}, \{-2.,3.,0.,0.,0.\}, \{0.,0.,1.,0.,0.\}, \{2.,0.,0.,0.,3.\}}$
|
pretraining/mathematica/linear_algebra/null_space/26045.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
-9 & 4 & 8 \\
|
| 6 |
+
7 & 6 & -1 \\
|
| 7 |
+
-6 & -9 & 9 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/26526.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
4 & 0 & -6 & 5 \\
|
| 6 |
+
-4 & -5 & -6 & 1 \\
|
| 7 |
+
3 & -5 & 10 & -3 \\
|
| 8 |
+
-10 & -1 & 3 & -7 \\
|
| 9 |
+
6 & 8 & 7 & -10 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/26557.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
-8 & 9 & -9 & -10 \\
|
| 6 |
+
-5 & 1 & 8 & -5 \\
|
| 7 |
+
-10 & 4 & -3 & -1 \\
|
| 8 |
+
3 & -6 & 3 & 7 \\
|
| 9 |
+
6 & -7 & -4 & 5 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/2761.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccccc}
|
| 5 |
+
8 & -8 & -3 & -8 & -1 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{1.,0.,0.,0.,8.\}, \{1.,0.,0.,1.,0.\}, \{1.,1.,0.,0.,0.\}, \{3.,0.,8.,0.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/28044.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
1 & 6 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{-6.,1.\}}$
|
pretraining/mathematica/linear_algebra/null_space/28456.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
-6 & 5 & -1 & -3 \\
|
| 6 |
+
10 & 6 & 3 & -1 \\
|
| 7 |
+
8 & 1 & 3 & -9 \\
|
| 8 |
+
-4 & -9 & 3 & -8 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/29422.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccccc}
|
| 5 |
+
-7 & 7 & -6 & 7 & -4 \\
|
| 6 |
+
-7 & 1 & 1 & -5 & 5 \\
|
| 7 |
+
-7 & 10 & 5 & -1 & -9 \\
|
| 8 |
+
-7 & -1 & 8 & -10 & -4 \\
|
| 9 |
+
4 & -6 & 5 & -3 & 9 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/29572.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
7 & -4 \\
|
| 6 |
+
7 & -8 \\
|
| 7 |
+
-9 & -9 \\
|
| 8 |
+
7 & 2 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/30477.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
0 & 3 & -7 & -9 \\
|
| 6 |
+
-1 & -9 & -2 & 3 \\
|
| 7 |
+
8 & 3 & 10 & -4 \\
|
| 8 |
+
-5 & -3 & 1 & -7 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/30925.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
4 & 8 & 2 \\
|
| 6 |
+
-6 & 4 & 8 \\
|
| 7 |
+
-8 & 3 & -7 \\
|
| 8 |
+
6 & 0 & 6 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/31350.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
-5 & -5 & 5 & 4 \\
|
| 6 |
+
1 & -9 & 7 & 4 \\
|
| 7 |
+
-7 & -1 & -9 & -8 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${\{9.,-20.,-67.,70.\}}$
|
pretraining/mathematica/linear_algebra/null_space/32287.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
8 & 8 \\
|
| 6 |
+
4 & -3 \\
|
| 7 |
+
-3 & 2 \\
|
| 8 |
+
-2 & -6 \\
|
| 9 |
+
-3 & -10 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/33434.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
-1 & -3 \\
|
| 6 |
+
-10 & -1 \\
|
| 7 |
+
7 & 4 \\
|
| 8 |
+
4 & -4 \\
|
| 9 |
+
2 & 2 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/34048.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccccc}
|
| 5 |
+
8 & 0 & -6 & -4 & 10 \\
|
| 6 |
+
4 & 5 & -6 & 5 & -10 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{-5.,12.,0.,0.,4.\}, \{5.,-14.,0.,10.,0.\}, \{15.,12.,20.,0.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/3421.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{ccc}
|
| 5 |
+
0 & 2 & -10 \\
|
| 6 |
+
9 & -3 & 6 \\
|
| 7 |
+
-9 & 6 & -5 \\
|
| 8 |
+
6 & 4 & -7 \\
|
| 9 |
+
6 & 3 & -7 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/3488.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
-3 & 10 & -8 & 0 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{-8.,0.,3.,0.\}, \{0.,0.,0.,1.\}, \{10.,3.,0.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/35260.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cc}
|
| 5 |
+
-8 & 10 \\
|
| 6 |
+
2 & 1 \\
|
| 7 |
+
-7 & 3 \\
|
| 8 |
+
-3 & 9 \\
|
| 9 |
+
-8 & -2 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/35674.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
-3 & 9 & -9 & 7 \\
|
| 6 |
+
-1 & 10 & -8 & -6 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{-6.,5.,7.,0.\}, \{124.,25.,0.,21.\}}$
|
pretraining/mathematica/linear_algebra/null_space/3647.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Problem:
|
| 2 |
+
Give a list of vectors that forms a basis for the null space of the following matrix (round your answer to three decimal places):
|
| 3 |
+
$\left(
|
| 4 |
+
\begin{array}{cccc}
|
| 5 |
+
-7 & -9 & 1 & -1 \\
|
| 6 |
+
7 & 6 & -8 & -2 \\
|
| 7 |
+
6 & 1 & -3 & 3 \\
|
| 8 |
+
1 & -1 & -6 & -10 \\
|
| 9 |
+
9 & 5 & 6 & 9 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|