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


mavscript
---------

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

Ausgabe / output:
Das Volumen beträgt 117.1728 m³
Twice the volume is 234.3456 m³

Das Objekt ist länger als breit.
The object is rather high.

Ein Würfel mit dem selben Volumen 117.1728 m³ hat die Seitenlänge
A cube of that volume has the side length
a := Vol^(1/3) = 4.8933799255 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.
