2020-05-23 03:23:17 -0600 | received badge | ● Famous Question (source) |
2020-05-23 03:23:17 -0600 | received badge | ● Notable Question (source) |
2020-05-23 03:23:17 -0600 | received badge | ● Popular Question (source) |
2019-05-10 04:22:39 -0600 | received badge | ● Famous Question (source) |
2018-02-15 16:15:40 -0600 | received badge | ● Notable Question (source) |
2018-02-15 16:15:40 -0600 | received badge | ● Popular Question (source) |
2016-04-22 07:18:31 -0600 | asked a question | Assumption that n is positive integer I wrote Sage gave back Yet the command returned false. Also, the assumptions were not used in later computations. For example did not return infinity. |
2016-04-22 07:18:31 -0600 | asked a question | Assume that n is positive integer It seems I cannot make Sage assume that the variable n is a positive integer. In this code, the "n>0" overwrites the assumption that n is an integer. The command returns false. How do I do this? |