Zulip Chat Archive
Stream: new members
Topic: Create a polynomial in Z[X] by clearing denomiators
Jujian Zhang (Jan 19 2020 at 18:26):
Hi, I need to make a polynomial in Z[x] from a polynomial Q[x] by clearning denomiators. My current approach is to write the polynomial by explicitly define its support, to_fun and mem_support. Is there a built-in way of doing this?
Last updated: Dec 20 2023 at 11:08 UTC