How To Install mathic on Fedora 36

In this tutorial we learn how to install mathic in Fedora 36. mathic is Data structures for Groebner basis computations

Introduction

In this tutorial we learn how to install mathic on Fedora 36.

What is mathic

Mathic is a C++ library of fast data structures designed for use in Groebner basis computation. This includes data structures for ordering S-pairs, performing divisor queries and ordering polynomial terms during polynomial reduction. With Mathic you get to use highly optimized code with little effort so that you can focus more of your time on whatever part of your Groebner basis implementation that you are interested in. The data structures use templates to allow you to use them with whatever representation of monomials/terms and coefficients that your code uses. In fact the only places where Mathic defines its own monomials/terms is in the test code and example code. Currently only dense representations of terms/monomials are suitable since Mathic will frequently ask “what is the exponent of variable number x in this term/monomial?”.

We can use yum or dnf to install mathic on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mathic.

Install mathic on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install mathic using dnf by running the following command:

sudo dnf -y install mathic

Install mathic on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mathic using yum by running the following command:

sudo yum -y install mathic

How To Uninstall mathic on Fedora 36

To uninstall only the mathic package we can use the following command:

sudo dnf remove mathic

mathic Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/0c213c7b8ab323ca081d2c7d149ebf519979a0
/usr/lib/libmathic.so.0
/usr/lib/libmathic.so.0.0.0
/usr/share/doc/mathic
/usr/share/doc/mathic/README.md
/usr/share/licenses/mathic
/usr/share/licenses/mathic/lgpl-2.1.txt

References

Summary

In this tutorial we learn how to install mathic on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install mathic on Fedora 36” linkTitle: “mathic” type: “docs” description: “In this tutorial we learn how to install mathic in Fedora 36. mathic is Data structures for Groebner basis computations” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mathic-featured.png

Introduction

In this tutorial we learn how to install mathic on Fedora 36.

What is mathic

Mathic is a C++ library of fast data structures designed for use in Groebner basis computation. This includes data structures for ordering S-pairs, performing divisor queries and ordering polynomial terms during polynomial reduction. With Mathic you get to use highly optimized code with little effort so that you can focus more of your time on whatever part of your Groebner basis implementation that you are interested in. The data structures use templates to allow you to use them with whatever representation of monomials/terms and coefficients that your code uses. In fact the only places where Mathic defines its own monomials/terms is in the test code and example code. Currently only dense representations of terms/monomials are suitable since Mathic will frequently ask “what is the exponent of variable number x in this term/monomial?”.

We can use yum or dnf to install mathic on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mathic.

Install mathic on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install mathic using dnf by running the following command:

sudo dnf -y install mathic

Install mathic on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mathic using yum by running the following command:

sudo yum -y install mathic

How To Uninstall mathic on Fedora 36

To uninstall only the mathic package we can use the following command:

sudo dnf remove mathic

mathic Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/57180892b61a73bc0ed9f9da11bfe0e515bc84
/usr/lib64/libmathic.so.0
/usr/lib64/libmathic.so.0.0.0
/usr/share/doc/mathic
/usr/share/doc/mathic/README.md
/usr/share/licenses/mathic
/usr/share/licenses/mathic/lgpl-2.1.txt

References

Summary

In this tutorial we learn how to install mathic on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).