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


mavscript
---------

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

Ausgabe / output:
Das Volumen beträgt §m Vol := l*b*h §o m³
Twice the volume is §m 2*Vol §o m³

Das Objekt ist §m If (l>b, "länger als breit", "breiter als lang") §o.
The object is rather §m If (h>b, "high", "wide") §o.

Ein Würfel mit dem selben Volumen §m Vol §o m³ hat die Seitenlänge
A cube of that volume has the side length
§m a := Vol^(1/3) §i = §m N(Eval(a)) §o m.


# Anmerkung / Note
# ----------------
# Das Handbuch zu Yacas (Funktionsreferenz) ist im Verzeichnis INFO/yacas enthalten.
# The book "Using Yacas, function reference" is included in the directory INFO/yacas.
