Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
100
932k
input_ids
sequencelengths
26
131k
length
int64
26
131k
Commutative Property Of Addition 2. If A is an n×m matrix and O is a m×k zero-matrix, then we have: AO = O Note that AO is the n×k zero-matrix. Matrix Matrix Multiplication 11:09. We have 1. To understand the properties of transpose matrix, we will take two matrices A and B which have equal order. The identity matrix i...
[ 1092, 6984, 1388, 8655, 4940, 78646, 220, 17, 13, 1416, 362, 374, 458, 308, 17568, 76, 6172, 323, 506, 374, 264, 296, 17568, 74, 7168, 1448, 2555, 11, 1221, 582, 614, 25, 65269, 284, 506, 7036, 429, 65269, 374, 279, 308, 17568, 74, ...
4,479
# Comparing the magnitudes of expressions of surds I recently tackled some questions on maths-challenge / maths-aptitude papers where the task was to order various expressions made up of surds (without a calculator, obviously). I found myself wondering whether I was relying too much on knowing the numerical value of ...
[ 2, 22771, 287, 279, 8455, 20590, 315, 23393, 315, 1729, 5356, 271, 40, 5926, 81357, 1045, 4755, 389, 70708, 11582, 15832, 608, 70708, 12, 2689, 3906, 15689, 1380, 279, 3383, 572, 311, 1973, 5257, 23393, 1865, 705, 315, 1729, 5356, 320, ...
1,385
# In Calculus, how can a function have several different, yet equal, derivatives? I've been pondering this question all night as I work through some problems, and after a very thorough search, I haven't found anything completely related to my question. I guess i'm also curious how some derivatives are simplified as we...
[ 2, 758, 31359, 355, 11, 1246, 646, 264, 729, 614, 3807, 2155, 11, 3602, 6144, 11, 42545, 1939, 40, 3003, 1012, 47783, 287, 419, 3405, 678, 3729, 438, 358, 975, 1526, 1045, 5322, 11, 323, 1283, 264, 1602, 17423, 2711, 11, 358, 8990, ...
1,546
# Math Help - working backwards - cubics 1. ## working backwards - cubics Write an equation that has the following roots: 2, -1, 5 Answer key: x^3 - 6x^2 + 3x + 10 = 0 For quadratic equations, I use the sum and product of roots, this is a cubic equation, how do I solve this? Thanks. 2. Originally Posted by shento...
[ 2, 4149, 11479, 481, 3238, 28412, 481, 18728, 1211, 271, 16, 13, 7704, 3238, 28412, 481, 18728, 1211, 271, 7985, 458, 23606, 429, 702, 279, 2701, 19703, 25, 220, 17, 11, 481, 16, 11, 220, 20, 271, 16141, 1376, 25, 856, 61, 18, 481...
1,704
# Work and time, when work is split into parts I'm stuck on a particular type of work and time problems. For example, 1) A,B,C can complete a work separately in 24,36 and 48 days. They started working together but C left after 4 days of start and A left 3 days before completion of the work. In how many days will the...
[ 2, 5547, 323, 882, 11, 979, 975, 374, 6718, 1119, 5479, 271, 40, 2776, 15700, 389, 264, 3953, 943, 315, 975, 323, 882, 5322, 382, 2461, 3110, 3554, 16, 8, 362, 8161, 11289, 646, 4583, 264, 975, 25156, 304, 220, 17, 19, 11, 18, 2...
2,315
# Algebraic Manipulation ## Definition Algebraic manipulation involves rearranging variables to make an algebraic expression better suit your needs. During this rearrangement, the value of the expression does not change. ## Technique Algebraic expressions aren't always given in their most convenient forms. This is ...
[ 2, 76443, 292, 60911, 2914, 271, 565, 19709, 271, 2101, 26083, 292, 33686, 17601, 55327, 8595, 7332, 311, 1281, 458, 46876, 292, 7493, 2664, 7781, 697, 3880, 13, 11954, 419, 55327, 56633, 11, 279, 897, 315, 279, 7493, 1558, 537, 2297, ...
1,243
Inequality involving sums with binomial coefficient I am trying to show upper- and lower-bounds on $$\frac{1}{2^n}\sum_{i=0}^n\binom{n}{i}\min(i, n-i)$$ (where $$n\geq 1$$) in order to show that it basically grows as $$\Theta(n)$$. The upper-bound is easy to get since $$\min(i, n-i)\leq i$$ for $$i\in\{0, \dots n\}...
[ 641, 81638, 15860, 36398, 448, 9544, 20855, 35606, 271, 40, 1079, 4460, 311, 1473, 8416, 12, 323, 4722, 1455, 3095, 389, 271, 14085, 59, 37018, 90, 16, 15170, 17, 86167, 11035, 1242, 15159, 72, 28, 15, 92, 61, 77, 59, 6863, 316, 913...
3,385
The main condition of matrix multiplication is that the number of columns of the 1st matrix must equal to the number of rows of the 2nd one. The dimensions of $B$ are $3\times 2$ and the dimensions of $A$ are $2\times 3$. The dot product involves multiplying the corresponding elements in the row of the first matrix, by...
[ 785, 1887, 2971, 315, 6172, 46444, 374, 429, 279, 1372, 315, 8147, 315, 279, 220, 16, 267, 6172, 1969, 6144, 311, 279, 1372, 315, 6978, 315, 279, 220, 17, 303, 825, 13, 576, 15336, 315, 400, 33, 3, 525, 400, 18, 4955, 1733, 220, ...
5,723
"# Definite Integral: $\\int_0^1\\frac{\\ln^4(x)}{x^2+1}\\,dx$\n\nI'm trying to derive a closed-form(...TRUNCATED)
[2,3892,15856,91660,25,57960,396,62,15,61,16,59,37018,35702,2261,61,19,2075,9139,90,87,61,17,10,16,1(...TRUNCATED)
6,336
"# Divisibility Rule for 9\n\nI'm working through an elementary number theory course right now and I(...TRUNCATED)
[2,8765,285,3147,18100,369,220,24,271,40,2776,3238,1526,458,35156,1372,10126,3308,1290,1431,323,358,(...TRUNCATED)
1,385
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
7