How to Install and Uninstall mathic.i686 Package on Fedora 35
Last updated: November 13,2024
1. Install "mathic.i686" package
This is a short guide on how to install mathic.i686 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
mathic.i686
Copied
2. Uninstall "mathic.i686" package
Please follow the guidelines below to uninstall mathic.i686 on Fedora 35:
$
sudo dnf remove
mathic.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the mathic.i686 package on Fedora 35
Last metadata expiration check: 1:15:44 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : mathic
Version : 1.0
Release : 20.20210930.git68da8d4.fc35
Architecture : i686
Size : 62 k
Source : mathic-1.0-20.20210930.git68da8d4.fc35.src.rpm
Repository : updates
Summary : Data structures for Groebner basis computations
URL : https://github.com/Macaulay2/mathic
License : LGPLv2+
Description : 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?".
Available Packages
Name : mathic
Version : 1.0
Release : 20.20210930.git68da8d4.fc35
Architecture : i686
Size : 62 k
Source : mathic-1.0-20.20210930.git68da8d4.fc35.src.rpm
Repository : updates
Summary : Data structures for Groebner basis computations
URL : https://github.com/Macaulay2/mathic
License : LGPLv2+
Description : 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?".