Ask Your Question

Robert H's profile - activity

2021-02-03 19:07:46 +0100 commented answer How to print positive integers that divides a number without a remainder?

Thank you!

2021-02-03 18:55:09 +0100 received badge  Famous Question (source)
2021-02-03 18:55:09 +0100 received badge  Notable Question (source)
2021-02-03 18:55:09 +0100 received badge  Popular Question (source)
2021-02-03 18:54:33 +0100 asked a question How to print positive integers that divides a number without a remainder?

Hi,

Is there a function in Sage that prints all the positive integers that divides without a remainder?

I am using factor() but I think it only shows the prime factorization.

For example, using factor(54) returns 2 * 3^3 in Sage but all the positive integers are:

1 × 54 = 54    
2 × 27 = 54
3 × 18 = 54
6 × 9 = 54
9 × 6 = 54
18 × 3 = 54
27 × 2 = 54
2019-07-18 12:05:42 +0100 received badge  Scholar (source)
2019-07-18 12:05:38 +0100 commented answer 'Error: Could not fork child process' while opening Sage

Thank you. However, this only worked together with the following (for those in the same boat):

  1. On Windows 10. Go to Windows Security/defender settings
  2. Go to Apps and Browser control
  3. Go to Exploit protection settings
  4. Switch OFF Force randomization for Images (mandatory ASLR)
  5. Switch OFF Randomize memory allocations (bottom-up ASLR)

After Restart Sage works like a charm.

2019-07-18 11:58:37 +0100 received badge  Supporter (source)
2019-07-17 21:43:12 +0100 received badge  Student (source)
2019-07-17 18:48:23 +0100 asked a question 'Error: Could not fork child process' while opening Sage

Hello,

SageMath 8.8 worked just fine but for a few days now whenever I open the console I get the following error:

Error: Could not fork child process: Resource temporarily unavailable (-1).
DLL rebasing may be required; see 'rebaseall / rebase --help'.

I reinstalled a few times with no luck. My Windows 10 has been updated recently so perhaps it is something in the latest update that interferes? Appreciate if anyone got around this.