ArticleslgStudy

computer science

Yacas

Yacas is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Yacas rather than just read about it. In short: Yacas is a general-purpose computer algebra system. The name is an acronym for Yet Another Computer Algebra System.

Yacas — main illustration
Yacas — illustration

Key takeaways

  • Yacas belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Yacas to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Yacas from memory before moving on to harder problems.

Reference excerpt

Yacas 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. Yacas handles input and output in plain ASCII or in OpenMath, either interactively or in batch mode.

See also

Comparison of computer algebra systems

References

Filip, Xenia; Filip, Claudiu (2010). "SD-CAS: Spin Dynamics by Computer Algebra System". Journal of Magnetic Resonance. 207 (1). Elsevier: 95–113. Bibcode:2010JMagR.207...95F. doi:10.1016/j.jmr.2010.08.014. PMID 20843716. Goguadze, George (2009). "Semantic Evaluation Services for Web-Based Exercises". Advances in Web Based Learning – ICWL 2009. Lecture Notes in Computer Science. Vol. 5686. Springer. pp. 172–181. Bibcode:2009LNCS.5686..172G. doi:10.1007/978-3-642-03426-8_22. ISBN 978-3-642-03425-1.

External links Official website yacas on GitHub Mathpiper A fork of Yacas in Java.

Illustrations

Yacas illustration

Worked examples

Example 1 — a first encounter with Yacas

Start with the simplest possible case. Write down what Yacas claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Yacas before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Yacas ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Yacas

In research
Yacas appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Yacas in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Yacas is common in secondary-school and first-year university syllabi. It links to neighbouring topics Computer algebra system software for Linux, Free computer algebra systems, Free mathematics software, so understanding it makes those chapters shorter.
In everyday life
Look for Yacas outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Yacas” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Yacas in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Yacas means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Yacas out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Yacas in simple terms?

Yacas is a general-purpose computer algebra system. The name is an acronym for Yet Another Computer Algebra System.

Why does Yacas matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Yacas?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Yacas.

Tags

  • Computer algebra system software for Linux
  • Free computer algebra systems
  • Free mathematics software
  • Free software programmed in C++
  • Programming language topic stubs
  • Yet another

Keep exploring