Skip to content

cochraef/LuaLaTeX-CAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuaLaTeX-CAS

A computer algebra system written purely in Lua for embedding into LaTeX using the LuaLaTeX compiler. Includes symbolic root-finding, factoring, expansion, differentiation, and integration, as well as some number-theoretic and ring-theoretic functionality. Can even run in Overleaf.

Performance is necessarily not extremely fast, given Lua is an interpreted language. Do not expect to be able to factor large-degree polynomials or large integers in a reasonable time (but this is not the point of this CAS).

The Lua CAS itself can be downloaded or cloned from https://github.com/cochraef/LuaCAS.

Installation

The package manager for your local TeX distribution ought to work just fine. Alternatively, download luacas.tds.zip and unzip the file in the root of one of your TDS trees. You may need to update some filename database after this (this may vary depending on your TeX distribution).

To run the LuaCAS tests, navigate to the luacas directory in either repository, and run the command
lua test\main.lua. You will need Lua version 5.3 or later.

Documentation

Documentation for any version is included with the release.

Authors

This package is authored and maintained by Evan Cochrane and Timothy All.

Bug Reporting

Bugs can be reported in the issues tab in the Github repository for this repo. There is no required format for bugs, but it should be clear how to replicate the bug and what you think the intended functionality should be.

License

Permission is granted to copy, distribute and/or modify this software under the terms of the LaTeX Project Public License (LPPL), version 1.3c or any later version.

poweredbylua