Ask Your Question

Palomar's profile - activity

2024-12-06 18:09:06 +0200 received badge  Notable Question (source)
2023-10-12 00:29:55 +0200 received badge  Popular Question (source)
2021-01-21 16:52:20 +0200 received badge  Student (source)
2021-01-20 16:33:18 +0200 commented question Mysterious "must have a value" error

@FrédéricC It gives me the same error. And yes, as far as I understand this function comes from HAP but I don't really grasp what that means. I've tried to add the line gap.LoadPackage("hap") but it yields a similar "hap must have a value" error.

2021-01-20 12:20:40 +0200 asked a question Mysterious "must have a value" error

I am using CoCalc to experiment with some GAP functionality in Sage. I am trying to run the following code.

G = gap.SmallGroup(64, 134)
R = gap.ResolutionPrimePowerGroupRadical(G, 10)

This yields the following error.

RuntimeError: Gap produced error output
Error, Variable: 'ResolutionPrimePowerGroupRadical' must have a value

What does this mean, and how do I solve this issue?