Yacas
This article includes a list of general references, but it lacks sufficient corresponding inline citations. (November 2012) |
Developer(s) | Ayal Pinkus et al. |
---|---|
Initial release | 1999, 24–25 years ago[1] |
Stable release | 1.6.1
/ November 8, 2016 |
Repository | |
Written in | C++ |
Operating system | Cross-platform |
Type | Computer algebra system |
License | LGPLv2.1+ |
Website | www |
Yacas /ˈjækəs/ is a general-purpose computer algebra system. The name is an acronym for Yet Another Computer Algebra System.
Released under the GNU Lesser General Public License, Yacas is free software.
YACAS is a program for symbolic manipulation of mathematical expressions. It uses its own programming language designed for symbolic as well as arbitrary-precision numerical computations. The system has a library of scripts that implement many of the symbolic algebra operations; new algorithms can be easily added to the library. YACAS comes with extensive documentation covering the scripting language, the functionality that is already implemented in the system, and the algorithms used. Its development started in early 1999.[1]
Yacas handles input and output in plain ASCII or in OpenMath, either interactively or in batch mode.
See also
References
- ^ a b Pinkus, Ayal Z.; Winitzki, Serge (2002), "Yacas : A Do-It-Yourself Symbolic Algebra Environment", Artificial Intelligence, Automated Reasoning, and Symbolic Computation, Lecture Notes in Computer Science, vol. 2385, Springer, pp. 332–336
- Filip, Xenia; Filip, Claudiu (2010). "SD-CAS: Spin Dynamics by Computer Algebra System". Journal of Magnetic Resonance. 207 (1). Elsevier: 95–113.
- Goguadze, George (2009). "Semantic Evaluation Services for Web-Based Exercises". Advances in Web Based Learning–ICWL 2009. Springer: 172–181.
- Coll, Hugo; Bri, Diana; Garcia, Miguel; Lloret, Jaime (2008). "Free software and open source applications in higher education" (PDF). 5th WSEAS / IASME International Conference on Engineering Education (EE'08). Proceedings. WSEAS. ISBN 978-960-6766-862.
External links
- Yacas website
- GitHub project page
- Mathpiper A fork of Yacas in Java.