| 2025-08-31 18:51:40 +0100 | received badge | ● Famous Question (source) |
| 2025-08-27 03:07:08 +0100 | commented answer | How to check if a cycle in a simplicial complex is non-trivial? Thank you very much. |
| 2025-08-27 03:06:42 +0100 | received badge | ● Notable Question (source) |
| 2025-08-27 03:06:42 +0100 | received badge | ● Popular Question (source) |
| 2025-08-26 00:41:10 +0100 | edited question | How to check if a cycle in a simplicial complex is non-trivial? How to extract coordinate tuples of homology generators from a simplicial complex? I am working with a simplicial comple |
| 2025-08-26 00:15:20 +0100 | asked a question | How to check if a cycle in a simplicial complex is non-trivial? How to extract coordinate tuples of homology generators from a simplicial complex? I am working with a simplicial comple |
| 2025-08-26 00:01:17 +0100 | received badge | ● Famous Question (source) |
| 2025-08-26 00:01:17 +0100 | received badge | ● Notable Question (source) |
| 2025-08-26 00:01:17 +0100 | received badge | ● Popular Question (source) |
| 2025-07-23 03:48:15 +0100 | commented answer | How to extract coordinate tuples of homology generators from a simplicial complex? Thank you very much! |
| 2025-07-22 15:24:46 +0100 | edited question | How to extract coordinate tuples of homology generators from a simplicial complex? How to extract coordinate tuples of homology generators from a simplicial complex? I am trying to extract the generators |
| 2025-07-22 15:16:07 +0100 | asked a question | How to extract coordinate tuples of homology generators from a simplicial complex? How to extract coordinate tuples of homology generators from a simplicial complex? I am trying to extract the generators |
| 2024-11-27 07:13:01 +0100 | marked best answer | Adding more cover relations in a poset I have a poset $P$ already defined in SageMath. I would like to define a new poset $Q$ on the underlying set of $P$ such that every cover relation of $P$ is a cover relation in $Q$, i.e., I want to add more cover relations in $P$. I got to know that a poset in Sage is immutable (i.e. I can't modify one once it is built). Is it true? The elements of $P$ are sets ${S_1,\ldots, S_n}$. Assume that the extra cover relation in $Q$ is $S_1$ is covered by $S_2$. I am doing the following to define $Q$: I am getting the following error: TypeError: unhashable type: 'set' Whereas the following code works: Could anyone please help me with this? |
| 2024-11-11 16:10:06 +0100 | commented question | Adding more cover relations in a poset Thanks! frozenset worked. |
| 2024-11-11 16:09:54 +0100 | commented question | Adding more cover relations in a poset Thanks! $frozenst$ worked. |
| 2024-11-11 15:04:33 +0100 | asked a question | Adding more cover relations in a poset Adding more cover relations in a poset I have a poset $P$ already defined in SageMath. I would like to define a new pose |
| 2024-11-11 14:49:36 +0100 | received badge | ● Popular Question (source) |
| 2022-09-25 12:04:36 +0100 | edited question | Unable to print a poset from Posets(15) Unable to print a poset from Posets(15) I am interested in finding posets with some specific property. To do that, I am |
| 2022-09-25 11:51:53 +0100 | asked a question | Unable to print a poset from Posets(15) Unable to print a poset from Posets(15) I am interested in finding posets with some specific property. To do that, I am |
| 2022-04-04 18:50:34 +0100 | commented answer | Unable to use Macaulay2 interface of sage in .sage file Thank you. Both of these are working for me. |
| 2022-04-04 16:10:36 +0100 | commented question | Unable to use Macaulay2 interface of sage in .sage file The command I give is: run "abc.sage" where abc.sage is the file name. I am using SageMath 9.2 on ubuntu 16.04. |
| 2022-04-04 11:30:49 +0100 | commented question | Unable to use Macaulay2 interface of sage in .sage file I have updated the question. |
| 2022-04-04 11:30:33 +0100 | received badge | ● Editor (source) |
| 2022-04-04 11:30:33 +0100 | edited question | Unable to use Macaulay2 interface of sage in .sage file Unable to use Macaulay2 interface of sage in .sage file I am doing some calculations in sage using Macaulay2 interface. |
| 2022-04-04 09:39:23 +0100 | received badge | ● Student (source) |
| 2022-04-04 05:39:47 +0100 | asked a question | Unable to use Macaulay2 interface of sage in .sage file Unable to use Macaulay2 interface of sage in .sage file I am doing some calculations in sage using Macaulay2 interface. |
| 2022-04-04 05:39:45 +0100 | asked a question | Unable to use Macaulay2 interface of sage in .sage file Unable to use Macaulay2 interface of sage in .sage file I am doing some calculations in sage using Macaulay2 interface. |
| 2020-11-27 05:35:49 +0100 | commented question | Not getting correct output while computing posets with some conditions. All posets in P are naturally labelled. That is, for $x, y \in P$ if $x \leq y$ in $P$ then $x \leq y$ in Natural numbers. In this labelling the number of posets that satisfy the given conditions are more then one. So, I don't think that labelling is an issue here. |
| 2020-11-26 15:24:35 +0100 | asked a question | Not getting correct output while computing posets with some conditions. I want to compute finite posets on 6 elements. Also, I want the following conditions on the posets: 2 covers 0, 4 covers 2, 3 covers 1, 5 covers 3. Also, 0, 1 are incomparable and 4, 5 are incomparable. For that I am giving the following commands: The output I am getting is not correct. There is only one element in sage output but that is not true. Is there any issue with my code? |
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.