#! mavscript-yacas TEMPLATE.txt
# oder / or
#! mavscript TEMPLATE.txt
#! mavscript --ascii TEMPLATE.txt


mavscript-yacas Unicode support
--------------------------------

Eingabe / input:
Länge / length l := 10.30 m
Breite / width b :=  2.37 m
Höhe / hight   h :=  4.80 m

Berechnung / Calculation:
Vol := l*b*h

Ausgabe / output:

Volumen / Volume                       Vol --> 117.1728 m³
λ-faches Volumen / λ-times the volume  λ*Vol --> 117.1728*λ m³


# Anmerkungen / Notes
# -------------------
# Yacas unterstützt griechische Buchstaben und generell Unicode-Buchstaben. Alternativ:
# Die Option --ascii konvertiert Unicode-Zeichen in den Matheanweisungen in eine Ascii-Representation,
# vor der Übergabe an Yacas. Nach der Verarbeitung werden sie zurückkonvertiert.

# Yacas does support greek letters and other unicode letters. Alternatively:
# The command option --ascii converts unicode chars to a ascii representation prior to send them to Yacas.
# After processing they are converted back to unicode chars.
