188k views
1 vote
For a corpus of 5,000 documents of 100 words each, what is the maximum number of non-zero entries in the term - document matrix with 50,000 distinct terms?

a. 250,000,000
b. 500,000
c. 55,000
d. 5,000,000

1 Answer

7 votes

Final answer:

The maximum number of non-zero entries in the term-document matrix is 250,000,000.

Step-by-step explanation:

To find the maximum number of non-zero entries in the term-document matrix, we multiply the number of documents by the number of distinct terms. In this case, the number of documents is 5,000 and the number of distinct terms is 50,000. Therefore, the maximum number of non-zero entries is 5,000 * 50,000 = 250,000,000.

User Neilakapete
by
9.2k points