agungpambudi commited on
Commit
a7300f6
·
verified ·
1 Parent(s): 167b28e

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/null_space/1050.txt +12 -0
  2. pretraining/mathematica/linear_algebra/null_space/11267.txt +13 -0
  3. pretraining/mathematica/linear_algebra/null_space/11576.txt +13 -0
  4. pretraining/mathematica/linear_algebra/null_space/12247.txt +11 -0
  5. pretraining/mathematica/linear_algebra/null_space/12333.txt +10 -0
  6. pretraining/mathematica/linear_algebra/null_space/126.txt +10 -0
  7. pretraining/mathematica/linear_algebra/null_space/13431.txt +13 -0
  8. pretraining/mathematica/linear_algebra/null_space/13657.txt +10 -0
  9. pretraining/mathematica/linear_algebra/null_space/1421.txt +9 -0
  10. pretraining/mathematica/linear_algebra/null_space/1534.txt +9 -0
  11. pretraining/mathematica/linear_algebra/null_space/16121.txt +10 -0
  12. pretraining/mathematica/linear_algebra/null_space/16163.txt +11 -0
  13. pretraining/mathematica/linear_algebra/null_space/16842.txt +12 -0
  14. pretraining/mathematica/linear_algebra/null_space/17652.txt +10 -0
  15. pretraining/mathematica/linear_algebra/null_space/17715.txt +12 -0
  16. pretraining/mathematica/linear_algebra/null_space/17799.txt +11 -0
  17. pretraining/mathematica/linear_algebra/null_space/18910.txt +10 -0
  18. pretraining/mathematica/linear_algebra/null_space/1965.txt +13 -0
  19. pretraining/mathematica/linear_algebra/null_space/19980.txt +10 -0
  20. pretraining/mathematica/linear_algebra/null_space/20440.txt +11 -0
  21. pretraining/mathematica/linear_algebra/null_space/20647.txt +13 -0
  22. pretraining/mathematica/linear_algebra/null_space/21259.txt +13 -0
  23. pretraining/mathematica/linear_algebra/null_space/21372.txt +9 -0
  24. pretraining/mathematica/linear_algebra/null_space/21598.txt +12 -0
  25. pretraining/mathematica/linear_algebra/null_space/21957.txt +13 -0
  26. pretraining/mathematica/linear_algebra/null_space/23523.txt +10 -0
  27. pretraining/mathematica/linear_algebra/null_space/24132.txt +10 -0
  28. pretraining/mathematica/linear_algebra/null_space/24731.txt +12 -0
  29. pretraining/mathematica/linear_algebra/null_space/25107.txt +12 -0
  30. pretraining/mathematica/linear_algebra/null_space/25817.txt +11 -0
  31. pretraining/mathematica/linear_algebra/null_space/26546.txt +13 -0
  32. pretraining/mathematica/linear_algebra/null_space/27311.txt +12 -0
  33. pretraining/mathematica/linear_algebra/null_space/29441.txt +9 -0
  34. pretraining/mathematica/linear_algebra/null_space/29601.txt +11 -0
  35. pretraining/mathematica/linear_algebra/null_space/29779.txt +12 -0
  36. pretraining/mathematica/linear_algebra/null_space/31717.txt +11 -0
  37. pretraining/mathematica/linear_algebra/null_space/32308.txt +12 -0
  38. pretraining/mathematica/linear_algebra/null_space/3310.txt +10 -0
  39. pretraining/mathematica/linear_algebra/null_space/33268.txt +10 -0
  40. pretraining/mathematica/linear_algebra/null_space/34748.txt +10 -0
  41. pretraining/mathematica/linear_algebra/null_space/35540.txt +9 -0
  42. pretraining/mathematica/linear_algebra/null_space/3684.txt +9 -0
  43. pretraining/mathematica/linear_algebra/null_space/38322.txt +12 -0
  44. pretraining/mathematica/linear_algebra/null_space/38469.txt +11 -0
  45. pretraining/mathematica/linear_algebra/null_space/38854.txt +10 -0
  46. pretraining/mathematica/linear_algebra/null_space/4077.txt +13 -0
  47. pretraining/mathematica/linear_algebra/null_space/40929.txt +11 -0
  48. pretraining/mathematica/linear_algebra/null_space/41787.txt +11 -0
  49. pretraining/mathematica/linear_algebra/null_space/42244.txt +9 -0
  50. pretraining/mathematica/linear_algebra/null_space/42739.txt +10 -0
pretraining/mathematica/linear_algebra/null_space/1050.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
+ 1 & 10 & -8 & 6 & 3 \\
6
+ 5 & -1 & -2 & 6 & 7 \\
7
+ 8 & -5 & 7 & -6 & 8 \\
8
+ -5 & 8 & -8 & -1 & -2 \\
9
+ \end{array}
10
+ \right)$.
11
+ Answer:
12
+ ${\{-3665.,1060.,2554.,875.,2749.\}}$
pretraining/mathematica/linear_algebra/null_space/11267.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 & 6 & -3 \\
6
+ 6 & -7 & -2 \\
7
+ 10 & 6 & -3 \\
8
+ 4 & -8 & 10 \\
9
+ 7 & -7 & 2 \\
10
+ \end{array}
11
+ \right)$.
12
+ Answer:
13
+ ${}$
pretraining/mathematica/linear_algebra/null_space/11576.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 & -1 \\
6
+ 1 & -6 \\
7
+ -9 & -3 \\
8
+ 1 & 6 \\
9
+ 9 & -7 \\
10
+ \end{array}
11
+ \right)$.
12
+ Answer:
13
+ ${}$
pretraining/mathematica/linear_algebra/null_space/12247.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 & -3 & 4 & 10 & 4 \\
6
+ 10 & -3 & 7 & -6 & -10 \\
7
+ -5 & 0 & 8 & 10 & -6 \\
8
+ \end{array}
9
+ \right)$.
10
+ Answer:
11
+ ${\{282.,1280.,210.,0.,45.\}, \{474.,2050.,240.,45.,0.\}}$
pretraining/mathematica/linear_algebra/null_space/12333.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
+ 6 & -10 & 8 & 1 & 0 \\
6
+ -1 & -1 & -3 & 6 & 1 \\
7
+ \end{array}
8
+ \right)$.
9
+ Answer:
10
+ ${\{-19.,-5.,8.,0.,0.\}, \{5.,3.,0.,0.,8.\}, \{59.,37.,0.,16.,0.\}}$
pretraining/mathematica/linear_algebra/null_space/126.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
+ 2 & -3 \\
6
+ -8 & 4 \\
7
+ \end{array}
8
+ \right)$.
9
+ Answer:
10
+ ${}$
pretraining/mathematica/linear_algebra/null_space/13431.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
+ 4 & -9 & 3 \\
6
+ 2 & 9 & 9 \\
7
+ -4 & 2 & -7 \\
8
+ 5 & 9 & -6 \\
9
+ -10 & -1 & 0 \\
10
+ \end{array}
11
+ \right)$.
12
+ Answer:
13
+ ${}$
pretraining/mathematica/linear_algebra/null_space/13657.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
+ -7 & 2 & 9 & 2 & 5 \\
6
+ -10 & 3 & -5 & -10 & -5 \\
7
+ \end{array}
8
+ \right)$.
9
+ Answer:
10
+ ${\{25.,85.,0.,0.,1.\}, \{26.,90.,0.,1.,0.\}, \{37.,125.,1.,0.,0.\}}$
pretraining/mathematica/linear_algebra/null_space/1421.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
+ 10 & 10 & -8 & -1 \\
6
+ \end{array}
7
+ \right)$.
8
+ Answer:
9
+ ${\{-1.,1.,0.,0.\}, \{1.,0.,0.,10.\}, \{4.,0.,5.,0.\}}$
pretraining/mathematica/linear_algebra/null_space/1534.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
+ -7 & -5 & 9 & 0 \\
6
+ \end{array}
7
+ \right)$.
8
+ Answer:
9
+ ${\{-5.,7.,0.,0.\}, \{0.,0.,0.,1.\}, \{9.,0.,7.,0.\}}$
pretraining/mathematica/linear_algebra/null_space/16121.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 & 7 & -2 & -4 \\
6
+ -4 & 0 & -4 & 10 & 8 \\
7
+ \end{array}
8
+ \right)$.
9
+ Answer:
10
+ ${\{-8.,3.,8.,0.,0.\}, \{2.,-2.,0.,0.,1.\}, \{20.,-23.,0.,8.,0.\}}$
pretraining/mathematica/linear_algebra/null_space/16163.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
+ -6 & -4 & -7 & 9 & -5 \\
6
+ 5 & -1 & -4 & 10 & 4 \\
7
+ -3 & 8 & 1 & 6 & -1 \\
8
+ \end{array}
9
+ \right)$.
10
+ Answer:
11
+ ${\{-372.,-84.,29.,0.,473.\}, \{-17.,-51.,99.,43.,0.\}}$
pretraining/mathematica/linear_algebra/null_space/16842.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
+ 3 & -6 & -8 & -3 \\
6
+ 3 & -4 & -4 & 10 \\
7
+ -1 & -5 & 10 & -9 \\
8
+ 9 & 5 & 2 & -10 \\
9
+ \end{array}
10
+ \right)$.
11
+ Answer:
12
+ ${}$
pretraining/mathematica/linear_algebra/null_space/17652.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
+ 0 & 10 & 10 & -9 & 4 \\
6
+ -10 & -6 & -9 & 7 & 7 \\
7
+ \end{array}
8
+ \right)$.
9
+ Answer:
10
+ ${\{-3.,-10.,10.,0.,0.\}, \{8.,45.,0.,50.,0.\}, \{47.,-20.,0.,0.,50.\}}$
pretraining/mathematica/linear_algebra/null_space/17715.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
+ -1 & -6 & 4 & 8 & -3 \\
6
+ -10 & 10 & -7 & -1 & -4 \\
7
+ 4 & 9 & 0 & 4 & -1 \\
8
+ 8 & -8 & -4 & -2 & 2 \\
9
+ \end{array}
10
+ \right)$.
11
+ Answer:
12
+ ${\{-1439.,51.,-1511.,2745.,5683.\}}$
pretraining/mathematica/linear_algebra/null_space/17799.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
+ -8 & -6 & 8 \\
6
+ -9 & 6 & 8 \\
7
+ 4 & -3 & -7 \\
8
+ \end{array}
9
+ \right)$.
10
+ Answer:
11
+ ${}$
pretraining/mathematica/linear_algebra/null_space/18910.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
+ 10 & -2 & -10 & 1 \\
6
+ -10 & 1 & 0 & -2 \\
7
+ \end{array}
8
+ \right)$.
9
+ Answer:
10
+ ${\{-3.,-10.,0.,10.\}, \{-1.,-10.,1.,0.\}}$
pretraining/mathematica/linear_algebra/null_space/1965.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
+ 0 & -9 & 5 & -4 \\
6
+ 8 & -6 & -2 & -2 \\
7
+ -6 & 5 & -2 & 0 \\
8
+ 6 & -4 & 8 & 4 \\
9
+ 6 & -7 & -3 & -3 \\
10
+ \end{array}
11
+ \right)$.
12
+ Answer:
13
+ ${}$
pretraining/mathematica/linear_algebra/null_space/19980.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 & -4 & -10 \\
6
+ -3 & -2 & -9 \\
7
+ \end{array}
8
+ \right)$.
9
+ Answer:
10
+ ${\{-1.,-3.,1.\}}$
pretraining/mathematica/linear_algebra/null_space/20440.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 & 7 & 6 \\
6
+ 4 & 1 & 4 \\
7
+ -8 & 4 & -9 \\
8
+ \end{array}
9
+ \right)$.
10
+ Answer:
11
+ ${}$
pretraining/mathematica/linear_algebra/null_space/20647.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
+ 8 & -4 & -7 & 3 & 0 \\
6
+ 7 & -7 & -6 & 7 & 4 \\
7
+ 5 & -2 & -9 & 9 & 0 \\
8
+ -10 & 5 & -3 & 1 & 2 \\
9
+ 7 & 0 & 2 & 2 & 5 \\
10
+ \end{array}
11
+ \right)$.
12
+ Answer:
13
+ ${}$
pretraining/mathematica/linear_algebra/null_space/21259.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
+ 6 & -1 & 5 \\
6
+ 0 & 6 & 10 \\
7
+ -7 & 7 & 5 \\
8
+ 1 & -6 & -8 \\
9
+ 9 & 4 & 2 \\
10
+ \end{array}
11
+ \right)$.
12
+ Answer:
13
+ ${}$
pretraining/mathematica/linear_algebra/null_space/21372.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 & 5 \\
6
+ \end{array}
7
+ \right)$.
8
+ Answer:
9
+ ${\{5.,3.\}}$
pretraining/mathematica/linear_algebra/null_space/21598.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
+ -3 & 1 & 7 & 10 \\
6
+ -1 & 8 & -9 & -5 \\
7
+ 7 & -10 & 1 & -4 \\
8
+ -5 & 8 & -8 & 7 \\
9
+ \end{array}
10
+ \right)$.
11
+ Answer:
12
+ ${}$
pretraining/mathematica/linear_algebra/null_space/21957.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
+ 4 & -4 & -4 \\
6
+ 5 & -6 & -5 \\
7
+ 9 & 9 & 10 \\
8
+ 9 & 10 & -2 \\
9
+ 1 & 6 & -5 \\
10
+ \end{array}
11
+ \right)$.
12
+ Answer:
13
+ ${}$
pretraining/mathematica/linear_algebra/null_space/23523.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
+ 1 & 10 & 10 & 6 \\
6
+ -3 & -2 & 7 & 6 \\
7
+ \end{array}
8
+ \right)$.
9
+ Answer:
10
+ ${\{18.,-6.,0.,7.\}, \{90.,-37.,28.,0.\}}$
pretraining/mathematica/linear_algebra/null_space/24132.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 & 6 \\
6
+ 2 & 6 \\
7
+ \end{array}
8
+ \right)$.
9
+ Answer:
10
+ ${}$
pretraining/mathematica/linear_algebra/null_space/24731.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
+ -2 & 10 & 1 & 7 \\
6
+ -6 & -8 & 9 & 9 \\
7
+ 2 & -10 & 2 & 3 \\
8
+ -1 & 2 & 5 & 8 \\
9
+ \end{array}
10
+ \right)$.
11
+ Answer:
12
+ ${}$
pretraining/mathematica/linear_algebra/null_space/25107.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 & 6 & 8 & -2 \\
6
+ -8 & 1 & -7 & 0 & -7 \\
7
+ 1 & -6 & 5 & -7 & -1 \\
8
+ -5 & -2 & -2 & -9 & 0 \\
9
+ \end{array}
10
+ \right)$.
11
+ Answer:
12
+ ${\{-629.,-104.,439.,275.,265.\}}$
pretraining/mathematica/linear_algebra/null_space/25817.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 & 10 & -1 & 6 \\
6
+ 8 & 3 & -4 & 10 \\
7
+ 0 & 0 & 9 & 7 \\
8
+ \end{array}
9
+ \right)$.
10
+ Answer:
11
+ ${\{-997.,-1078.,-665.,855.\}}$
pretraining/mathematica/linear_algebra/null_space/26546.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
+ -1 & 9 & 4 & -7 \\
6
+ 6 & -7 & 1 & -10 \\
7
+ -4 & -2 & 0 & 5 \\
8
+ 4 & -5 & -5 & 2 \\
9
+ -8 & 1 & 9 & 0 \\
10
+ \end{array}
11
+ \right)$.
12
+ Answer:
13
+ ${}$
pretraining/mathematica/linear_algebra/null_space/27311.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 & -10 & 7 & 8 \\
6
+ 9 & -10 & 2 & -6 \\
7
+ 9 & 0 & 10 & -7 \\
8
+ -6 & -1 & -9 & 10 \\
9
+ \end{array}
10
+ \right)$.
11
+ Answer:
12
+ ${}$
pretraining/mathematica/linear_algebra/null_space/29441.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 & 9 \\
6
+ \end{array}
7
+ \right)$.
8
+ Answer:
9
+ ${\{9.,8.\}}$
pretraining/mathematica/linear_algebra/null_space/29601.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
+ 9 & -6 & -4 & 4 & 9 \\
6
+ 8 & -10 & -3 & 2 & -6 \\
7
+ -3 & -10 & 9 & 1 & 0 \\
8
+ \end{array}
9
+ \right)$.
10
+ Answer:
11
+ ${\{-1644.,-981.,-1638.,0.,262.\}, \{-314.,-119.,-266.,262.,0.\}}$
pretraining/mathematica/linear_algebra/null_space/29779.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 & -6 \\
6
+ -9 & 1 \\
7
+ -6 & -10 \\
8
+ 1 & 3 \\
9
+ \end{array}
10
+ \right)$.
11
+ Answer:
12
+ ${}$
pretraining/mathematica/linear_algebra/null_space/31717.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 & -1 \\
6
+ -7 & 2 \\
7
+ 9 & 0 \\
8
+ \end{array}
9
+ \right)$.
10
+ Answer:
11
+ ${}$
pretraining/mathematica/linear_algebra/null_space/32308.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
+ -6 & 2 & -9 \\
6
+ 1 & 7 & -3 \\
7
+ -9 & 9 & 3 \\
8
+ -6 & 8 & 7 \\
9
+ \end{array}
10
+ \right)$.
11
+ Answer:
12
+ ${}$
pretraining/mathematica/linear_algebra/null_space/3310.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
+ -6 & 5 & 0 \\
6
+ 8 & 5 & 3 \\
7
+ \end{array}
8
+ \right)$.
9
+ Answer:
10
+ ${\{-15.,-18.,70.\}}$
pretraining/mathematica/linear_algebra/null_space/33268.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 & 9 & 5 \\
6
+ 3 & 4 & -4 \\
7
+ \end{array}
8
+ \right)$.
9
+ Answer:
10
+ ${\{56.,17.,59.\}}$
pretraining/mathematica/linear_algebra/null_space/34748.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 & 10 & 5 & -9 \\
6
+ -4 & -6 & -10 & 8 \\
7
+ \end{array}
8
+ \right)$.
9
+ Answer:
10
+ ${\{-13.,18.,0.,7.\}, \{5.,-5.,1.,0.\}}$
pretraining/mathematica/linear_algebra/null_space/35540.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
+ -7 & 1 & -10 & 5 \\
6
+ \end{array}
7
+ \right)$.
8
+ Answer:
9
+ ${\{-10.,0.,7.,0.\}, \{1.,7.,0.,0.\}, \{5.,0.,0.,7.\}}$
pretraining/mathematica/linear_algebra/null_space/3684.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
+ 4 & 6 & 3 \\
6
+ \end{array}
7
+ \right)$.
8
+ Answer:
9
+ ${\{-3.,0.,4.\}, \{-3.,2.,0.\}}$
pretraining/mathematica/linear_algebra/null_space/38322.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
+ 1 & 10 & -5 \\
6
+ -2 & -4 & -4 \\
7
+ -7 & -6 & -1 \\
8
+ -2 & 7 & -5 \\
9
+ \end{array}
10
+ \right)$.
11
+ Answer:
12
+ ${}$
pretraining/mathematica/linear_algebra/null_space/38469.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 & -7 & 9 & -8 & 0 \\
6
+ -8 & -5 & 7 & -9 & -8 \\
7
+ -7 & -2 & -9 & 4 & 10 \\
8
+ \end{array}
9
+ \right)$.
10
+ Answer:
11
+ ${\{-608.,1210.,1414.,0.,1089.\}, \{-241.,-484.,779.,1089.,0.\}}$
pretraining/mathematica/linear_algebra/null_space/38854.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
+ 10 & 4 & 2 & -1 \\
6
+ -4 & 6 & -8 & 10 \\
7
+ \end{array}
8
+ \right)$.
9
+ Answer:
10
+ ${\{-11.,18.,19.,0.\}, \{23.,-48.,0.,38.\}}$
pretraining/mathematica/linear_algebra/null_space/4077.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
+ -4 & -3 & 10 & -3 & -3 \\
6
+ -10 & 4 & -2 & 2 & 3 \\
7
+ -3 & 2 & 1 & 9 & -5 \\
8
+ 6 & -5 & -6 & -6 & 1 \\
9
+ -6 & 0 & 7 & -8 & 6 \\
10
+ \end{array}
11
+ \right)$.
12
+ Answer:
13
+ ${}$
pretraining/mathematica/linear_algebra/null_space/40929.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
+ 8 & -9 & 10 \\
6
+ -1 & -2 & -10 \\
7
+ 9 & -2 & -7 \\
8
+ \end{array}
9
+ \right)$.
10
+ Answer:
11
+ ${}$
pretraining/mathematica/linear_algebra/null_space/41787.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
+ 3 & 3 & 2 & -5 \\
6
+ 7 & -4 & 5 & -6 \\
7
+ 10 & 3 & 3 & -5 \\
8
+ \end{array}
9
+ \right)$.
10
+ Answer:
11
+ ${\{-19.,37.,133.,64.\}}$
pretraining/mathematica/linear_algebra/null_space/42244.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
+ -9 & -8 & 4 & 5 & 8 \\
6
+ \end{array}
7
+ \right)$.
8
+ Answer:
9
+ ${\{-8.,9.,0.,0.,0.\}, \{4.,0.,9.,0.,0.\}, \{5.,0.,0.,9.,0.\}, \{8.,0.,0.,0.,9.\}}$
pretraining/mathematica/linear_algebra/null_space/42739.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 & -8 & -5 & 7 & 3 \\
6
+ -4 & -4 & 2 & 7 & 7 \\
7
+ \end{array}
8
+ \right)$.
9
+ Answer:
10
+ ${\{-1.,1.,0.,0.,0.\}, \{41.,0.,-44.,0.,36.\}, \{49.,0.,-28.,36.,0.\}}$