GithubHelp home page GithubHelp logo

adamnemecek / ncfps-mma Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lberlin/ncfps-mma

0.0 0.0 0.0 262 KB

NonCommutative Formal Power Series

License: GNU General Public License v3.0

Mathematica 100.00%

ncfps-mma's Introduction

NonCommutative Formal Power Series

Description

NonCommutative Formal Power Series (NCFPS) is a Mathematica-based package for working with formal power series over noncommutative variables. It implements basic algebraic operations like the concatenation product and the shuffle product, as well as special purpose operations used in nonlinear control theory.

Documentation

Descriptions and interactive examples of the included functions are available in the attached documentation notebook. Examples to get started using the package are also available in the examples folder.

Installation

From the Repository

This repository is structured to allow the paclet to be fetched directly from Mathematica. This makes updating to new package versions more convenient when compared to the method given below of installing from a file.

First, register the repository as a paclet site in Mathematica.

PacletSiteRegister["https://raw.githubusercontent.com/LBerlin/NCFPS-MMA/main"]
PacletSiteUpdate[PacletSites[]]

Then Mathematica should be able to find the latest version of the package available on this repository and install it.

PacletInstall["NCFPS"]

Now it should be possible to load in NCFPS, even after restarting Mathematica.

<<NCFPS`

From File

Start by downloading the paclet file from the latest release. Note the path where the file is saved.

Launch Mathematica and install the paclet using the file path.

PacletInstall["C:\\Users\\Alice\\Downloads\\NCFPS-0.1.0.paclet"]

Now it should be possible to load in NCFPS, even after restarting Mathematica.

<<NCFPS`

Updating

From the Repository

If the the repository has been added to your Mathematica as a paclet site as described in the Installation section, then it is possible to update to newer version directly from a notebook. First, check for updates to the paclet site.

PacletSiteUpdate[PacletSites[]]

If a newer version is available, Mathematica will grab it.

PacletInstall["NCFPS"]

It is recommended at this point to uninstall any older versions of the package.

PacletUninstall[Drop[PacletFind["NCFPS"], 1]]

From File

You can check the current installed version of the package with PacletFind.

PacletFind["NCFPS"]

If the latest release is more recent than the installed version, then download and install the newer paclet file.

PacletInstall["C:\\Users\\Alice\\Downloads\\NCFPS-0.1.0.paclet"]

It is recommended at this point to uninstall any older versions of the package.

PacletUninstall[Drop[PacletFind["NCFPS"], 1]]

Issues

For any problems/bugs/issues/concerns please open an issue in the Issues tab above.

Additional Resources

Acknowledgments

Development of this package was supported in part by the National Science Foundation under grants CMMI-1839378 and CMMI-1839387.

ncfps-mma's People

Contributors

lberlin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.