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/10081.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/10449.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/11032.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/11656.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/12305.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/12408.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/13106.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/13159.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/13745.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/15833.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/16019.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/16426.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/16540.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/16807.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/17349.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/17723.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/18130.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/18443.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/20002.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/2040.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/20501.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/22168.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/23477.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/2361.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/24019.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/24238.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/24658.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/24769.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/25070.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/25434.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/2563.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/2734.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/29209.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/29397.txt +9 -0
- pretraining/mathematica/linear_algebra/null_space/3032.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/31286.txt +10 -0
- pretraining/mathematica/linear_algebra/null_space/3133.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/31387.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/31695.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/32771.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/33093.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/33478.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/33772.txt +12 -0
- pretraining/mathematica/linear_algebra/null_space/33851.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/34148.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/34423.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/34685.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/36036.txt +13 -0
- pretraining/mathematica/linear_algebra/null_space/36880.txt +11 -0
- pretraining/mathematica/linear_algebra/null_space/38438.txt +9 -0
pretraining/mathematica/linear_algebra/null_space/10081.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 & 9 & 3 & -10 & -6 \\
|
| 6 |
+
-9 & -6 & 10 & 4 & -8 \\
|
| 7 |
+
-2 & -4 & 1 & 8 & -1 \\
|
| 8 |
+
-5 & -3 & -8 & 3 & -10 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${\{-8632.,8379.,-1045.,2589.,3415.\}}$
|
pretraining/mathematica/linear_algebra/null_space/10449.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 |
+
0 & -2 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{1.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/11032.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 |
+
-10 & -7 \\
|
| 6 |
+
-1 & 4 \\
|
| 7 |
+
1 & 9 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/11656.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 |
+
-1 & -6 \\
|
| 6 |
+
-4 & -8 \\
|
| 7 |
+
3 & 6 \\
|
| 8 |
+
-7 & 6 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/12305.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 |
+
-5 & 2 & -8 & 6 \\
|
| 6 |
+
-9 & -2 & -9 & 10 \\
|
| 7 |
+
3 & -4 & -5 & 4 \\
|
| 8 |
+
-4 & 0 & -2 & 2 \\
|
| 9 |
+
0 & 6 & -10 & -1 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/12408.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 |
+
8 & 0 & 7 \\
|
| 6 |
+
8 & 9 & -10 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{-63.,136.,72.\}}$
|
pretraining/mathematica/linear_algebra/null_space/13106.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 |
+
-2 & -9 \\
|
| 6 |
+
2 & -3 \\
|
| 7 |
+
10 & 8 \\
|
| 8 |
+
-3 & 2 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/13159.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 |
+
0 & 4 & 7 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{0.,-7.,4.\}, \{1.,0.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/13745.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 |
+
5 & -6 & -8 & 1 \\
|
| 6 |
+
-2 & 9 & 3 & 10 \\
|
| 7 |
+
1 & 1 & -2 & -3 \\
|
| 8 |
+
-8 & -7 & -2 & 4 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/15833.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 |
+
-10 & -8 & -2 & 7 \\
|
| 6 |
+
-9 & 7 & -10 & -2 \\
|
| 7 |
+
-3 & 5 & 9 & -9 \\
|
| 8 |
+
-9 & 2 & 6 & 9 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/16019.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 |
+
-7 & -2 & -10 & -8 & -9 \\
|
| 6 |
+
-5 & -9 & 9 & 10 & 9 \\
|
| 7 |
+
9 & 1 & 7 & -9 & -6 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${\{1332.,-1353.,-1101.,0.,488.\}, \{1588.,-1535.,-1195.,488.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/16426.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 |
+
2 & -8 \\
|
| 6 |
+
5 & -10 \\
|
| 7 |
+
-1 & -7 \\
|
| 8 |
+
8 & -2 \\
|
| 9 |
+
0 & -9 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/16540.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 |
+
-5 & 7 \\
|
| 6 |
+
0 & -4 \\
|
| 7 |
+
-7 & -8 \\
|
| 8 |
+
6 & 0 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/16807.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 |
+
-9 & 4 & -7 & 2 \\
|
| 6 |
+
3 & 9 & 8 & 9 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{-95.,-51.,93.,0.\}, \{-6.,-29.,0.,31.\}}$
|
pretraining/mathematica/linear_algebra/null_space/17349.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 & -4 & 7 \\
|
| 6 |
+
1 & -10 & 0 \\
|
| 7 |
+
-3 & 9 & 0 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/17723.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 |
+
7 & -6 & -5 & 5 & 8 \\
|
| 6 |
+
9 & 8 & -7 & 5 & 10 \\
|
| 7 |
+
-10 & -2 & -3 & 0 & 4 \\
|
| 8 |
+
8 & 3 & 1 & -5 & -6 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${\{385.,-75.,3140.,-2737.,3280.\}}$
|
pretraining/mathematica/linear_algebra/null_space/18130.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 |
+
-5 & -10 & -3 \\
|
| 6 |
+
0 & 7 & 9 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{69.,-45.,35.\}}$
|
pretraining/mathematica/linear_algebra/null_space/18443.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 |
+
10 & -7 & 6 & 5 \\
|
| 6 |
+
8 & 8 & 0 & 2 \\
|
| 7 |
+
3 & 10 & -10 & -6 \\
|
| 8 |
+
-9 & -8 & 9 & -3 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/20002.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 |
+
-1 & 10 & 7 \\
|
| 6 |
+
1 & 2 & 9 \\
|
| 7 |
+
8 & 1 & 5 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/2040.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 & -5 & 0 \\
|
| 6 |
+
-10 & 7 & 6 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{30.,-18.,71.\}}$
|
pretraining/mathematica/linear_algebra/null_space/20501.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 |
+
7 & -8 & 9 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{-9.,0.,7.\}, \{8.,7.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/22168.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 |
+
-5 & -4 & -1 & -5 \\
|
| 6 |
+
-3 & -5 & 3 & 0 \\
|
| 7 |
+
3 & 6 & 2 & 3 \\
|
| 8 |
+
10 & 9 & -7 & -9 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/23477.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 |
+
-2 & -7 & -7 & 7 \\
|
| 6 |
+
-5 & 10 & 5 & -2 \\
|
| 7 |
+
-9 & -1 & 10 & -7 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${\{168.,-57.,464.,455.\}}$
|
pretraining/mathematica/linear_algebra/null_space/2361.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 |
+
4 & 9 & -6 \\
|
| 6 |
+
-3 & 5 & -1 \\
|
| 7 |
+
-3 & -9 & -2 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/24019.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 |
+
-8 & 7 & -1 & -8 & 2 \\
|
| 6 |
+
-4 & -8 & -9 & 10 & -6 \\
|
| 7 |
+
-9 & 6 & 1 & 5 & 3 \\
|
| 8 |
+
4 & 4 & 0 & 8 & 4 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${\{-429.,-1664.,-454.,-298.,2689.\}}$
|
pretraining/mathematica/linear_algebra/null_space/24238.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 |
+
5 & -1 & -2 & -1 & 2 \\
|
| 6 |
+
-10 & -5 & -3 & -3 & -3 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{-13.,5.,0.,0.,35.\}, \{1.,-5.,5.,0.,0.\}, \{2.,-25.,0.,35.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/24658.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 |
+
2 & 10 \\
|
| 6 |
+
4 & -10 \\
|
| 7 |
+
-1 & 8 \\
|
| 8 |
+
-1 & -1 \\
|
| 9 |
+
-5 & -1 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/24769.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 |
+
3 & 5 & -3 \\
|
| 6 |
+
-1 & -2 & -4 \\
|
| 7 |
+
6 & 3 & 3 \\
|
| 8 |
+
-8 & -7 & 1 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/25070.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 & 4 & -9 & -6 \\
|
| 6 |
+
9 & 6 & -6 & -1 \\
|
| 7 |
+
0 & -9 & 3 & -2 \\
|
| 8 |
+
-2 & -1 & 2 & 1 \\
|
| 9 |
+
-9 & -1 & -9 & 9 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/25434.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 & -3 & 9 \\
|
| 6 |
+
-6 & 3 & -7 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{-2.,3.,3.\}}$
|
pretraining/mathematica/linear_algebra/null_space/2563.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 |
+
6 & 6 & 3 & -5 \\
|
| 6 |
+
-1 & 9 & 2 & -10 \\
|
| 7 |
+
-6 & -3 & 5 & 9 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${\{0.,4.,-3.,3.\}}$
|
pretraining/mathematica/linear_algebra/null_space/2734.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 |
+
9 & -6 & -10 & 9 & -6 \\
|
| 6 |
+
7 & 9 & -8 & 8 & -2 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{-43.,-3.,0.,41.,0.\}, \{22.,-8.,0.,0.,41.\}, \{138.,2.,123.,0.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/29209.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 |
+
-10 & -8 & 8 & -3 & 3 \\
|
| 6 |
+
10 & 1 & -3 & 9 & -9 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{-69.,60.,0.,70.,0.\}, \{8.,25.,35.,0.,0.\}, \{69.,-60.,0.,0.,70.\}}$
|
pretraining/mathematica/linear_algebra/null_space/29397.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 |
+
9 & -3 & 10 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{-10.,0.,9.\}, \{1.,3.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/3032.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 & -3 & 2 & 5 \\
|
| 6 |
+
-1 & -4 & 2 & -9 \\
|
| 7 |
+
4 & 9 & -4 & 7 \\
|
| 8 |
+
-1 & 10 & 2 & 2 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/31286.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 |
+
1 & -5 & 5 & -6 & -1 \\
|
| 6 |
+
-2 & -8 & 3 & 7 & -6 \\
|
| 7 |
+
\end{array}
|
| 8 |
+
\right)$.
|
| 9 |
+
Answer:
|
| 10 |
+
${\{-25.,13.,18.,0.,0.\}, \{-11.,-4.,0.,0.,9.\}, \{83.,-5.,0.,18.,0.\}}$
|
pretraining/mathematica/linear_algebra/null_space/3133.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 |
+
9 & -4 & -4 & -4 \\
|
| 6 |
+
-3 & -5 & -10 & -4 \\
|
| 7 |
+
5 & 7 & 9 & 7 \\
|
| 8 |
+
-2 & -9 & 9 & 3 \\
|
| 9 |
+
-1 & 9 & 5 & -2 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/31387.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 & 2 & -6 \\
|
| 6 |
+
10 & 1 & -10 \\
|
| 7 |
+
-6 & 1 & 0 \\
|
| 8 |
+
10 & 7 & 1 \\
|
| 9 |
+
3 & -7 & -3 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/31695.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 |
+
9 & -9 & -4 \\
|
| 6 |
+
-6 & 4 & -2 \\
|
| 7 |
+
-2 & -5 & 1 \\
|
| 8 |
+
8 & -3 & -5 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/32771.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 |
+
-8 & 6 & -6 & -3 \\
|
| 6 |
+
-10 & 4 & 6 & 9 \\
|
| 7 |
+
-10 & 8 & 0 & 8 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${\{-48.,-126.,-95.,66.\}}$
|
pretraining/mathematica/linear_algebra/null_space/33093.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 |
+
10 & -5 & 9 & 0 & 8 \\
|
| 6 |
+
3 & 5 & -6 & -6 & 9 \\
|
| 7 |
+
-8 & -2 & -2 & 5 & -1 \\
|
| 8 |
+
3 & 0 & -5 & 5 & 2 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${\{-378.,4575.,2351.,2303.,687.\}}$
|
pretraining/mathematica/linear_algebra/null_space/33478.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 & -9 \\
|
| 6 |
+
-9 & -2 \\
|
| 7 |
+
-1 & 5 \\
|
| 8 |
+
-7 & 5 \\
|
| 9 |
+
-8 & -1 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/33772.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 |
+
9 & -8 & -3 & -9 & 6 \\
|
| 6 |
+
-3 & -5 & -5 & 3 & -1 \\
|
| 7 |
+
-10 & 0 & 6 & -8 & 3 \\
|
| 8 |
+
9 & -7 & -2 & 8 & 0 \\
|
| 9 |
+
\end{array}
|
| 10 |
+
\right)$.
|
| 11 |
+
Answer:
|
| 12 |
+
${\{-1366.,3612.,-2689.,4025.,11558.\}}$
|
pretraining/mathematica/linear_algebra/null_space/33851.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 |
+
-2 & 9 & 8 & 6 \\
|
| 6 |
+
4 & -7 & 2 & 10 \\
|
| 7 |
+
2 & -10 & -2 & -1 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${\{-35.,-6.,-11.,12.\}}$
|
pretraining/mathematica/linear_algebra/null_space/34148.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 & -1 & 3 & -9 \\
|
| 6 |
+
3 & 4 & -8 & 7 \\
|
| 7 |
+
3 & -5 & 10 & 10 \\
|
| 8 |
+
0 & -3 & -10 & 4 \\
|
| 9 |
+
0 & -1 & 3 & 8 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/34423.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 |
+
-6 & 2 & 0 \\
|
| 6 |
+
10 & 7 & 7 \\
|
| 7 |
+
1 & -2 & 9 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/34685.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 |
+
9 & -5 \\
|
| 6 |
+
4 & 1 \\
|
| 7 |
+
-1 & 1 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/36036.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 & 3 \\
|
| 6 |
+
-7 & -7 \\
|
| 7 |
+
6 & -3 \\
|
| 8 |
+
-5 & -1 \\
|
| 9 |
+
-1 & -4 \\
|
| 10 |
+
\end{array}
|
| 11 |
+
\right)$.
|
| 12 |
+
Answer:
|
| 13 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/36880.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 |
+
4 & -3 & -10 \\
|
| 6 |
+
1 & 3 & 1 \\
|
| 7 |
+
-3 & 1 & -10 \\
|
| 8 |
+
\end{array}
|
| 9 |
+
\right)$.
|
| 10 |
+
Answer:
|
| 11 |
+
${}$
|
pretraining/mathematica/linear_algebra/null_space/38438.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 & -10 \\
|
| 6 |
+
\end{array}
|
| 7 |
+
\right)$.
|
| 8 |
+
Answer:
|
| 9 |
+
${\{-5.,4.\}}$
|