All Questions
2 questions
1
vote
1
answer
118
views
How to iterate over an "Input" function?
I wasn't sure what to name this title, I will explain this code just incase some people actually aren't running it on Mathematica..This code will ask you "what is #1 * #2", where #1 and #2 are random ...
0
votes
1
answer
967
views
How to implement the for loop to replace text strings or texts?
I wonder define a bunch variables named like $X_1$, $X_2$, $...$, $X_n$. Is there some smart way to declare them instead of by pure typing. One trick I can image is to use the for loop,...